Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 979e0e2 commit ed75147
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
<maven-enforcer.plugin.mvn-min-version>3.6.3</maven-enforcer.plugin.mvn-min-version>

<!-- Library versions -->
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.3.0-jre</guava.version>
<immutables.version>2.10.1</immutables.version>
<geotools.version>31.1</geotools.version>
<geotools.version>31.3</geotools.version>
<geojson-jackson.version>1.14</geojson-jackson.version>
<!-- Sticking to old 9.X version to avoid having to configure trusted certificates
or just blindly trust any SQL server certificate. -->
<mssql-jdbc.version>9.5.0.jre17-preview</mssql-jdbc.version>
<mssql-jdbc.version>12.8.1.jre11</mssql-jdbc.version>
<!-- Used as the DB for Spring Batch -->
<hsqldb.version>2.7.3</hsqldb.version>

<!-- Test library version -->
<quicktheories.version>0.26</quicktheories.version>
<wiremock.version>3.6.0</wiremock.version>
<wiremock.version>3.9.1</wiremock.version>
<assertj-db.version>2.0.2</assertj-db.version>
<jsonassert.version>1.5.1</jsonassert.version>
<jsonassert.version>1.5.3</jsonassert.version>

<!-- Maven plugins -->
<maven-compiler.plugin.version>3.13.0</maven-compiler.plugin.version>
Expand Down

0 comments on commit ed75147

Please sign in to comment.