Skip to content

Commit

Permalink
Upgrade base geoserver version to 2.25.0.4-CLOUD
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Jun 7, 2024
1 parent 627135f commit cb67bc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<spring-cloud.version>2021.0.9</spring-cloud.version>
<spring-boot.version>2.7.18</spring-boot.version>
<jackson.version>2.15.3</jackson.version>
<gs.version>2.25.0.3-CLOUD</gs.version>
<gs.community.version>2.25.0.3-CLOUD</gs.community.version>
<gs.version>2.25.0.4-CLOUD</gs.version>
<gt.version>31.0</gt.version>
<acl.version>2.3-SNAPSHOT</acl.version>
<!-- Downgrade netty.version used by spring-boot to the one used by geoserver azure client
Expand Down Expand Up @@ -426,7 +425,7 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbcconfig</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand All @@ -441,7 +440,7 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbcstore</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -544,7 +543,7 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-azure-blob</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
<exclusions>
<exclusion>
<groupId>org.geoserver.web</groupId>
Expand Down Expand Up @@ -639,12 +638,12 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-pgraster</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-cog</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
<exclusions>
<exclusion>
<groupId>org.geoserver.web</groupId>
Expand Down Expand Up @@ -673,7 +672,7 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-datadir-catalog-loader</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/starters/geonode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-sec-oauth2-geonode</artifactId>
<version>${gs.community.version}</version>
<version>${gs.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit cb67bc8

Please sign in to comment.