Skip to content

Commit 05b835c

Browse files
Bump the maven-build-plugins group with 6 updates (#23)
1 parent 7d4905f commit 05b835c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.9.0</version>
78+
<version>3.12.1</version>
7979
<configuration>
8080
<release>17</release>
8181
</configuration>
8282
</plugin>
8383
<plugin>
8484
<artifactId>maven-source-plugin</artifactId>
85-
<version>3.2.0</version>
85+
<version>3.3.0</version>
8686
<executions>
8787
<execution>
8888
<id>attach-sources</id>
@@ -95,11 +95,11 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-surefire-plugin</artifactId>
98-
<version>3.0.0-M7</version>
98+
<version>3.2.5</version>
9999
</plugin>
100100
<plugin>
101101
<artifactId>maven-javadoc-plugin</artifactId>
102-
<version>3.2.0</version>
102+
<version>3.6.3</version>
103103
<executions>
104104
<execution>
105105
<id>attach-javadocs</id>
@@ -148,7 +148,7 @@
148148
<plugins>
149149
<plugin>
150150
<artifactId>maven-gpg-plugin</artifactId>
151-
<version>3.0.1</version>
151+
<version>3.1.0</version>
152152
<executions>
153153
<execution>
154154
<id>sign-artifacts</id>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.sonatype.plugins</groupId>
185185
<artifactId>nexus-staging-maven-plugin</artifactId>
186-
<version>1.6.8</version>
186+
<version>1.6.13</version>
187187
<extensions>true</extensions>
188188
<configuration>
189189
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)