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.4
  • Loading branch information
renovate-bot committed Feb 26, 2025
1 parent f4daddb commit c4b8c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<!-- Do not deploy the aggregator POM -->
<configuration>
<skip>true</skip>
Expand Down

0 comments on commit c4b8c50

Please sign in to comment.