Skip to content

Commit

Permalink
[enhancement] update to spring-boot 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosidev committed Jul 1, 2024
1 parent 4928f8a commit e23467b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version>
<version>3.3.1</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@

<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.1</spring-cloud.version>
<spring-cloud.version>2023.0.2</spring-cloud.version>
<tosan.mask.version>2.2.0</tosan.mask.version>
</properties>

Expand Down Expand Up @@ -160,7 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit e23467b

Please sign in to comment.