Skip to content

Commit 21ef190

Browse files
authored
build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 (#2830)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.sonatype.plugins:nexus-staging-maven-plugin](http://www.sonatype.com/) ([source](https://togithub.com/sonatype/nexus-maven-plugins)) | `1.6.13` -> `1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.6.13/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.6.13/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sonatype/nexus-maven-plugins (org.sonatype.plugins:nexus-staging-maven-plugin)</summary> ### [`v1.7.0`](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.14...release-1.7.0) [Compare Source](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.14...release-1.7.0) ### [`v1.6.14`](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.13...release-1.6.14) [Compare Source](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.13...release-1.6.14) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 03b3eb4 commit 21ef190

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- The root project runs nexus-staging:release task -->
6565
<groupId>org.sonatype.plugins</groupId>
6666
<artifactId>nexus-staging-maven-plugin</artifactId>
67-
<version>1.6.13</version>
67+
<version>1.7.0</version>
6868
<extensions>true</extensions>
6969
<configuration>
7070
<serverId>sonatype-nexus-staging</serverId>

gax-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<!-- The root project runs nexus-staging:release task -->
272272
<groupId>org.sonatype.plugins</groupId>
273273
<artifactId>nexus-staging-maven-plugin</artifactId>
274-
<version>1.6.13</version>
274+
<version>1.7.0</version>
275275
<extensions>true</extensions>
276276
<configuration>
277277
<serverId>sonatype-nexus-staging</serverId>

library_generation/owlbot/templates/java_library/samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.sonatype.plugins</groupId>
4848
<artifactId>nexus-staging-maven-plugin</artifactId>
49-
<version>1.6.13</version>
49+
<version>1.7.0</version>
5050
<configuration>
5151
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
5252
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- The root project runs nexus-staging:release task -->
7070
<groupId>org.sonatype.plugins</groupId>
7171
<artifactId>nexus-staging-maven-plugin</artifactId>
72-
<version>1.6.13</version>
72+
<version>1.7.0</version>
7373
<extensions>true</extensions>
7474
<configuration>
7575
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)