Skip to content

Commit 8aa133c

Browse files
committed
GH-169 - Update build plugins.
1 parent 7412bfe commit 8aa133c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-gpg-plugin</artifactId>
75-
<version>3.2.6</version>
75+
<version>3.2.8</version>
7676
<executions>
7777
<execution>
7878
<id>sign-artifacts</id>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-javadoc-plugin</artifactId>
89-
<version>3.6.3</version>
89+
<version>3.11.3</version>
9090
<executions>
9191
<execution>
9292
<id>attach-javadocs</id>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-compiler-plugin</artifactId>
145-
<version>3.11.0</version>
145+
<version>3.14.0</version>
146146
<configuration>
147147
<source>17</source>
148148
<target>17</target>
@@ -156,7 +156,7 @@
156156

157157
<plugin>
158158
<artifactId>maven-surefire-plugin</artifactId>
159-
<version>3.5.0</version>
159+
<version>3.5.4</version>
160160
</plugin>
161161

162162
<plugin>

0 commit comments

Comments
 (0)