Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.maven.plugins:maven-artifact-p…
Browse files Browse the repository at this point in the history
…lugin to v3.6.0 (#1062)

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 Jan 12, 2025
1 parent 2e18552 commit 6075b09
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions github_action/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6929,6 +6929,13 @@
}
],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.6.0",
"checksumAlgorithm": "SHA-256",
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-install-plugin",
Expand Down Expand Up @@ -7020,13 +7027,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "io.quarkus.platform",
"artifactId": "quarkus-maven-plugin",
Expand Down
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"lockFileVersion": 1,
"dependencies": [],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.6.0",
"checksumAlgorithm": "SHA-256",
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-install-plugin",
Expand Down Expand Up @@ -89,13 +96,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-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 @@ -2305,6 +2305,13 @@
}
],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.6.0",
"checksumAlgorithm": "SHA-256",
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-install-plugin",
Expand Down Expand Up @@ -2403,13 +2410,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 6075b09

Please sign in to comment.