Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.maven.plugins:maven-deploy-plu…
Browse files Browse the repository at this point in the history
…gin to v3.1.3 (#851)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 19, 2024
1 parent 170d3e9 commit 52b5041
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions github_action/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6204,20 +6204,20 @@
"checksumAlgorithm": "SHA-256",
"checksum": "3bca79c43e6b99956c82f5c2817fd78da9eee69cb1cb0f0a4039bb3e81bc7093"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.2",
"checksumAlgorithm": "SHA-256",
"checksum": "cb3850b77fb0b4ee9330a22fee7c9a73e8036b8a532363147cdf4986c890d7f9"
},
{
"groupId": "io.quarkus.platform",
"artifactId": "quarkus-maven-plugin",
Expand Down
2 changes: 1 addition & 1 deletion github_action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
</plugins>
</build>
Expand Down
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"checksumAlgorithm": "SHA-256",
"checksum": "3bca79c43e6b99956c82f5c2817fd78da9eee69cb1cb0f0a4039bb3e81bc7093"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.2",
"checksumAlgorithm": "SHA-256",
"checksum": "cb3850b77fb0b4ee9330a22fee7c9a73e8036b8a532363147cdf4986c890d7f9"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
Expand Down
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2164,20 +2164,20 @@
"checksumAlgorithm": "SHA-256",
"checksum": "3bca79c43e6b99956c82f5c2817fd78da9eee69cb1cb0f0a4039bb3e81bc7093"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.2",
"checksumAlgorithm": "SHA-256",
"checksum": "cb3850b77fb0b4ee9330a22fee7c9a73e8036b8a532363147cdf4986c890d7f9"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
Expand Down

0 comments on commit 52b5041

Please sign in to comment.