Skip to content

Commit 51bd7b8

Browse files
committed
[feature] update to spring boot 3.4
1 parent 3899b2d commit 51bd7b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.1.9</version>
7+
<version>3.4.3</version>
88
<relativePath />
99
</parent>
1010

@@ -51,7 +51,7 @@
5151

5252
<properties>
5353
<java.version>17</java.version>
54-
<tosan.mask.version>2.2.0</tosan.mask.version>
54+
<tosan.mask.version>2.3.0</tosan.mask.version>
5555
</properties>
5656

5757
<dependencyManagement>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-release-plugin</artifactId>
113-
<version>3.0.1</version>
113+
<version>3.1.1</version>
114114
<configuration>
115115
<tagNameFormat>v@{project.version}</tagNameFormat>
116116
<releaseProfiles>release</releaseProfiles>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-gpg-plugin</artifactId>
152-
<version>3.1.0</version>
152+
<version>3.2.7</version>
153153
<executions>
154154
<execution>
155155
<id>sign-artifacts</id>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.sonatype.plugins</groupId>
171171
<artifactId>nexus-staging-maven-plugin</artifactId>
172-
<version>1.6.13</version>
172+
<version>1.6.14</version>
173173
<extensions>true</extensions>
174174
<configuration>
175175
<serverId>ossrh</serverId>
@@ -192,4 +192,4 @@
192192
</distributionManagement>
193193
</profile>
194194
</profiles>
195-
</project>
195+
</project>

0 commit comments

Comments
 (0)