Skip to content

Commit

Permalink
Merge pull request #79 from groldan/geoserver_dependency_upgrades
Browse files Browse the repository at this point in the history
Geoserver dependency upgrades
  • Loading branch information
groldan authored Feb 11, 2025
2 parents 185a17a + 846a613 commit aa4087a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<gs.version>2.27-SNAPSHOT</gs.version>
<!-- GeoTools version used by gs-acl-authorization, doesn't need to match any version used by GeoServer -->
<gt.version>33-SNAPSHOT</gt.version>
<wicket.version>9.19.0</wicket.version>
<wicket.version>9.20.0</wicket.version>
<jts.version>1.20.0</jts.version>
<fmt.action>format</fmt.action>
<fmt.skip>false</fmt.skip>
Expand Down Expand Up @@ -530,7 +530,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.0-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -560,7 +560,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -570,7 +570,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit aa4087a

Please sign in to comment.