Skip to content

Commit 68ffd09

Browse files
committed
Update pom.xml
1 parent 729518e commit 68ffd09

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
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-source-plugin</artifactId>
179-
<version>3.2.1</version>
179+
<version>3.3.1</version>
180180
<executions>
181181
<execution>
182182
<id>attach-sources</id>
@@ -189,7 +189,7 @@
189189
<plugin>
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-javadoc-plugin</artifactId>
192-
<version>3.6.3</version>
192+
<version>3.7.0</version>
193193
<executions>
194194
<execution>
195195
<id>attach-javadocs</id>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-gpg-plugin</artifactId>
205-
<version>3.0.1</version>
205+
<version>3.2.4</version>
206206
<configuration>
207207
<gpgArguments>
208208
<arg>--pinentry-mode</arg>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.sonatype.plugins</groupId>
224224
<artifactId>nexus-staging-maven-plugin</artifactId>
225-
<version>1.6.13</version>
225+
<version>1.7.0</version>
226226
<extensions>true</extensions>
227227
<configuration>
228228
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)