Skip to content

Commit 97e122c

Browse files
committed
update springboot 3.x
1 parent ad67b97 commit 97e122c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<plugin>
257257
<groupId>org.jacoco</groupId>
258258
<artifactId>jacoco-maven-plugin</artifactId>
259-
<version>0.8.5</version>
259+
<version>0.8.9</version>
260260
<executions>
261261
<execution>
262262
<goals>
@@ -342,6 +342,7 @@
342342
<plugin>
343343
<groupId>org.sonatype.plugins</groupId>
344344
<artifactId>nexus-staging-maven-plugin</artifactId>
345+
<version>1.6.13</version>
345346
<extensions>true</extensions>
346347
<configuration>
347348
<serverId>ossrh</serverId>
@@ -373,6 +374,7 @@
373374
<plugin>
374375
<groupId>org.apache.maven.plugins</groupId>
375376
<artifactId>maven-gpg-plugin</artifactId>
377+
<version>3.0.1</version>
376378
<executions>
377379
<execution>
378380
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)