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 9326a0d commit 7dcfe07Copy full SHA for 7dcfe07
pom.xml
@@ -102,6 +102,7 @@
102
<version.maven-source>3.1.0</version.maven-source>
103
<version.junit-jupiter>5.9.1</version.junit-jupiter>
104
<version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
105
+ <version.maven-gpg>3.2.7</version.maven-gpg>
106
</properties>
107
108
<!-- Only include if latest json-path still uses vulnerable json-smart dependency -->
@@ -535,7 +536,7 @@
535
536
<plugin>
537
<groupId>org.apache.maven.plugins</groupId>
538
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
539
+ <version>${version.maven-gpg}</version>
540
<executions>
541
<execution>
542
<id>sign-artifacts</id>
0 commit comments