From 277578f657fe36274fd6130172a27b5a23aada9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:32:56 -0300 Subject: [PATCH] Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#145) Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 913ec23..595deff 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <version.impsort.plugin>1.9.0</version.impsort.plugin> <version.javadoc.plugin>3.6.3</version.javadoc.plugin> <version.jar.plugin>3.4.1</version.jar.plugin> - <version.nexus-staging.plugin>1.6.13</version.nexus-staging.plugin> + <version.nexus-staging.plugin>1.7.0</version.nexus-staging.plugin> <version.release.plugin>3.0.1</version.release.plugin> <version.resources.plugin>3.3.1</version.resources.plugin> <version.source.plugin>3.3.1</version.source.plugin>