Skip to content

Commit

Permalink
update nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
inponomarev committed Jun 4, 2022
1 parent 691e711 commit 1df6c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ updates:
versions:
# Because it's not yet compatible with the current Spring Web
- ">= 10.0.0"
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
versions:
- ">1.6.8"
- dependency-name: io.swagger.parser.v3:swagger-parser
versions:
#this version breaks openapi-codegen
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 1df6c36

Please sign in to comment.