Skip to content

Commit 62a7113

Browse files
Update all dependencies
1 parent a21c1d7 commit 62a7113

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
<java.version>11</java.version>
1818

1919
<!-- Library versions -->
20-
<guava.version>30.1-jre</guava.version>
21-
<vavr.version>0.10.3</vavr.version>
22-
<immutables.version>2.8.2</immutables.version>
23-
<geotools.version>25-RC</geotools.version>
20+
<guava.version>32.0.1-jre</guava.version>
21+
<vavr.version>0.10.4</vavr.version>
22+
<immutables.version>2.9.3</immutables.version>
23+
<geotools.version>29.1</geotools.version>
2424
<geojson-jackson.version>1.14</geojson-jackson.version>
2525
<!-- Sticking to old 9.X version to avoid having to configure trusted certificates
2626
or just blindly trust any SQL server certificate. -->
27-
<mssql-jdbc.version>9.4.1.jre11</mssql-jdbc.version>
27+
<mssql-jdbc.version>12.2.0.jre11</mssql-jdbc.version>
2828

2929
<!-- Test library version -->
3030
<quicktheories.version>0.26</quicktheories.version>
3131

3232
<!-- Maven plugins -->
33-
<maven-properties.plugin.version>1.0.0</maven-properties.plugin.version>
33+
<maven-properties.plugin.version>1.1.0</maven-properties.plugin.version>
3434

3535
<!-- Packaging -->
3636
<build.profile.id>dev</build.profile.id>
@@ -207,7 +207,7 @@
207207
<dependency>
208208
<groupId>org.skyscreamer</groupId>
209209
<artifactId>jsonassert</artifactId>
210-
<version>1.5.0</version>
210+
<version>1.5.1</version>
211211
<scope>test</scope>
212212
</dependency>
213213
</dependencies>
@@ -566,7 +566,7 @@
566566
<plugin>
567567
<groupId>org.codehaus.mojo</groupId>
568568
<artifactId>build-helper-maven-plugin</artifactId>
569-
<version>3.2.0</version>
569+
<version>3.4.0</version>
570570
<executions>
571571
<execution>
572572
<id>add-source</id>

0 commit comments

Comments
 (0)