Skip to content

Commit 65599ad

Browse files
Bump the java-deps group in /java/wasm with 2 updates (#4033)
Bumps the java-deps group in /java/wasm with 2 updates: [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.8) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-deps - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a00c363 commit 65599ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugins>
6262
<plugin>
6363
<artifactId>maven-gpg-plugin</artifactId>
64-
<version>3.2.4</version>
64+
<version>3.2.8</version>
6565
<executions>
6666
<execution>
6767
<id>sign-artifacts</id>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.sonatype.central</groupId>
129129
<artifactId>central-publishing-maven-plugin</artifactId>
130-
<version>0.7.0</version>
130+
<version>0.10.0</version>
131131
<extensions>true</extensions>
132132
<configuration>
133133
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)