aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Rack <c-rack@users.noreply.github.com>2023-05-10 13:17:07 +0200
committerGitHub <noreply@github.com>2023-05-10 13:17:07 +0200
commit89a3f086fee1225ff66434c012dcc73acc15d483 (patch)
tree2a07e76865b45feaa5734e17c30d6e48938e898f
parent54c556a1f8c03794b57a8eba3dc4c1ca36cf3a59 (diff)
parent0d5312611eebed5e70379e94068ca27267e5d7ef (diff)
downloadcbor-java-89a3f086fee1225ff66434c012dcc73acc15d483.tar.gz
Merge pull request #166 from c-rack/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.1.0
Bump maven-gpg-plugin from 3.0.1 to 3.1.0
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 247f5e8..cf0c5fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>