Skip to content

Commit 34942f4

Browse files
committed
fix GPG for CI
1 parent f12de41 commit 34942f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115-
<version>1.6</version>
115+
<version>3.2.7</version>
116116
<configuration>
117117
<!-- Prevent `gpg` from using pinentry programs -->
118118
<gpgArguments>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-gpg-plugin</artifactId>
135-
<version>1.6</version>
135+
<version>3.2.7</version>
136136
<configuration>
137137
<!-- Prevent `gpg` from using pinentry programs -->
138138
<gpgArguments>

0 commit comments

Comments
 (0)