Skip to content

Commit 7dcfe07

Browse files
committed
upgrade maven-gpg to 3.2.7
1 parent 9326a0d commit 7dcfe07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<version.maven-source>3.1.0</version.maven-source>
103103
<version.junit-jupiter>5.9.1</version.junit-jupiter>
104104
<version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
105+
<version.maven-gpg>3.2.7</version.maven-gpg>
105106
</properties>
106107

107108
<!-- Only include if latest json-path still uses vulnerable json-smart dependency -->
@@ -535,7 +536,7 @@
535536
<plugin>
536537
<groupId>org.apache.maven.plugins</groupId>
537538
<artifactId>maven-gpg-plugin</artifactId>
538-
<version>1.6</version>
539+
<version>${version.maven-gpg}</version>
539540
<executions>
540541
<execution>
541542
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)