Skip to content

Commit 6075b09

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-artifact-plugin 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>
1 parent 2e18552 commit 6075b09

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

github_action/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6929,6 +6929,13 @@
69296929
}
69306930
],
69316931
"mavenPlugins": [
6932+
{
6933+
"groupId": "org.apache.maven.plugins",
6934+
"artifactId": "maven-artifact-plugin",
6935+
"version": "3.6.0",
6936+
"checksumAlgorithm": "SHA-256",
6937+
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
6938+
},
69326939
{
69336940
"groupId": "org.apache.maven.plugins",
69346941
"artifactId": "maven-install-plugin",
@@ -7020,13 +7027,6 @@
70207027
"checksumAlgorithm": "SHA-256",
70217028
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
70227029
},
7023-
{
7024-
"groupId": "org.apache.maven.plugins",
7025-
"artifactId": "maven-artifact-plugin",
7026-
"version": "3.5.3",
7027-
"checksumAlgorithm": "SHA-256",
7028-
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
7029-
},
70307030
{
70317031
"groupId": "io.quarkus.platform",
70327032
"artifactId": "quarkus-maven-plugin",

lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"lockFileVersion": 1,
66
"dependencies": [],
77
"mavenPlugins": [
8+
{
9+
"groupId": "org.apache.maven.plugins",
10+
"artifactId": "maven-artifact-plugin",
11+
"version": "3.6.0",
12+
"checksumAlgorithm": "SHA-256",
13+
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
14+
},
815
{
916
"groupId": "org.apache.maven.plugins",
1017
"artifactId": "maven-install-plugin",
@@ -89,13 +96,6 @@
8996
"checksumAlgorithm": "SHA-256",
9097
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
9198
},
92-
{
93-
"groupId": "org.apache.maven.plugins",
94-
"artifactId": "maven-artifact-plugin",
95-
"version": "3.5.3",
96-
"checksumAlgorithm": "SHA-256",
97-
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
98-
},
9999
{
100100
"groupId": "com.diffplug.spotless",
101101
"artifactId": "spotless-maven-plugin",

maven_plugin/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,13 @@
23052305
}
23062306
],
23072307
"mavenPlugins": [
2308+
{
2309+
"groupId": "org.apache.maven.plugins",
2310+
"artifactId": "maven-artifact-plugin",
2311+
"version": "3.6.0",
2312+
"checksumAlgorithm": "SHA-256",
2313+
"checksum": "06c6e6415d35767c09c0110938814a124b255303fbc49ac89b628e43cf4d71da"
2314+
},
23082315
{
23092316
"groupId": "org.apache.maven.plugins",
23102317
"artifactId": "maven-install-plugin",
@@ -2403,13 +2410,6 @@
24032410
"checksumAlgorithm": "SHA-256",
24042411
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
24052412
},
2406-
{
2407-
"groupId": "org.apache.maven.plugins",
2408-
"artifactId": "maven-artifact-plugin",
2409-
"version": "3.5.3",
2410-
"checksumAlgorithm": "SHA-256",
2411-
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
2412-
},
24132413
{
24142414
"groupId": "com.diffplug.spotless",
24152415
"artifactId": "spotless-maven-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-artifact-plugin</artifactId>
66-
<version>3.5.3</version>
66+
<version>3.6.0</version>
6767
</plugin>
6868
<plugin>
6969
<groupId>com.diffplug.spotless</groupId>

0 commit comments

Comments
 (0)