Skip to content

Commit

Permalink
Upgrade to Java 21, spring boot 2.7.18, spring cloud 2021.0.9, lombok…
Browse files Browse the repository at this point in the history
… 1.18.34
  • Loading branch information
groldan committed Jul 13, 2024
1 parent 1474c16 commit 643889d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>gateway</name>
<description>geOrchestra application gateway</description>
<properties>
<java.version>11</java.version>
<java.version>21</java.version>
<imageTag>${project.version}</imageTag>
<spring-boot.build-image.imageName>georchestra/gateway:${imageTag}</spring-boot.build-image.imageName>
</properties>
Expand Down Expand Up @@ -194,7 +194,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[11,)</version>
<version>[${java.version},)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.6.3,)</version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.12</version>
<version>2.7.18</version>
<relativePath></relativePath>
<!-- lookup parent from repository -->
</parent>
Expand All @@ -19,7 +19,7 @@
<properties>
<revision>1.0.1-SNAPSHOT</revision>
<georchestra.version>24.0.1-SNAPSHOT</georchestra.version>
<spring-cloud.version>2021.0.7</spring-cloud.version>
<spring-cloud.version>2021.0.9</spring-cloud.version>
<formatter-maven-plugin.version>2.10.0</formatter-maven-plugin.version>
<fmt.skip>false</fmt.skip>
<fmt.action>format</fmt.action>
Expand All @@ -28,7 +28,7 @@
<pom.fmt.skip>${fmt.skip}</pom.fmt.skip>
<imageTag>${project.version}</imageTag>
<spring-boot.build-image.imageName>georchestra/gateway:${imageTag}</spring-boot.build-image.imageName>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.34</lombok.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 643889d

Please sign in to comment.