Skip to content

Commit

Permalink
build(deps): update dependency org.apache.maven.plugins:maven-deploy-…
Browse files Browse the repository at this point in the history
…plugin to v3.1.1
  • Loading branch information
renovate-bot committed Mar 24, 2023
1 parent f191d33 commit ced319d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -284,7 +284,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit ced319d

Please sign in to comment.