We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad67b97 commit 97e122cCopy full SHA for 97e122c
pom.xml
@@ -256,7 +256,7 @@
256
<plugin>
257
<groupId>org.jacoco</groupId>
258
<artifactId>jacoco-maven-plugin</artifactId>
259
- <version>0.8.5</version>
+ <version>0.8.9</version>
260
<executions>
261
<execution>
262
<goals>
@@ -342,6 +342,7 @@
342
343
<groupId>org.sonatype.plugins</groupId>
344
<artifactId>nexus-staging-maven-plugin</artifactId>
345
+ <version>1.6.13</version>
346
<extensions>true</extensions>
347
<configuration>
348
<serverId>ossrh</serverId>
@@ -373,6 +374,7 @@
373
374
375
<groupId>org.apache.maven.plugins</groupId>
376
<artifactId>maven-gpg-plugin</artifactId>
377
+ <version>3.0.1</version>
378
379
380
<id>sign-artifacts</id>
0 commit comments