Skip to content

Commit

Permalink
Upgrade geotools to latest stable 30.1, and geoserver stable version …
Browse files Browse the repository at this point in the history
…to 2.24.1
  • Loading branch information
groldan committed Dec 20, 2023
1 parent 1435e45 commit 7b2577d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<gs.version>2.24.0</gs.version>
<gt.version>30.0</gt.version>
<gs.version>2.24.1</gs.version>
<gt.version>30.1</gt.version>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<spring-boot.version>2.7.18</spring-boot.version>
<spring-boot-3.version>3.0.13</spring-boot-3.version>
<!-- GeoTools version used by gs-acl-authorization, doesn't need to match any version used by GeoServer -->
<gt.version>30.0</gt.version>
<gt.version>30.1</gt.version>
<jts.version>1.19.0</jts.version>
<lombok.version>1.18.30</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
Expand Down

0 comments on commit 7b2577d

Please sign in to comment.