opengeospatial / teamengine

TEAM Engine (Test, Evaluation, And Measurement Engine) is an engine for testing web services and other resources written in JAVA. It executes test scripts written in Compliance Test Language (CTL), TestNG and other languages. It is lightweight and easy to run as a command line or to setup as a service. It can be used to test any type of service or encoding. It is also the official tool used by the Open Geospatial Consortium (OGC) for compliance testing.
Apache License 2.0
45 stars 41 forks source link

Update Maven dependencies to latest versions #579

Closed dstenger closed 6 months ago

dstenger commented 1 year ago

Branch: 6.0

dstenger commented 1 year ago

Check if updates are necessary.

vishalsingh2972 commented 1 year ago

@dstenger @ghobona can you please review PR https://github.com/opengeospatial/teamengine/pull/583

dstenger commented 9 months ago

Updated dependencies commons-codec to version 1.16.0 and guava to version 32.1.2-jre: https://github.com/opengeospatial/teamengine/commit/2d2d8fef3bf8f844dffc31bb0008b2b9d326fba7

dstenger commented 9 months ago

Updated dependency jena-core to version 4.9.0: https://github.com/opengeospatial/teamengine/commit/682a54c025af9838666ba1a30771cf7816ab546a

dstenger commented 9 months ago

Refactored versions to dependencyManagement: https://github.com/opengeospatial/teamengine/commit/699c138423aff37d5b88796f4d4ce8ad581c80e7

dstenger commented 9 months ago

Following dependencies must still be updated to the latest versions:

<dependency>
  <groupId>org.testng</groupId>
  <artifactId>testng</artifactId>
</dependency>

<dependency>
  <groupId>org.xmlmatchers</groupId>
  <artifactId>xml-matchers</artifactId>
</dependency>

xml-matchers might be replaced.

dstenger commented 8 months ago

Remaining tasks were moved to separate issues: