Skip to content

Commit 80dbbaa

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.4.1 (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LogFlames <[email protected]>
1 parent 9c62722 commit 80dbbaa

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
@@ -7136,13 +7136,6 @@
71367136
"checksumAlgorithm": "SHA-256",
71377137
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
71387138
},
7139-
{
7140-
"groupId": "org.apache.maven.plugins",
7141-
"artifactId": "maven-clean-plugin",
7142-
"version": "3.4.0",
7143-
"checksumAlgorithm": "SHA-256",
7144-
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
7145-
},
71467139
{
71477140
"groupId": "org.apache.maven.plugins",
71487141
"artifactId": "maven-failsafe-plugin",
@@ -7199,6 +7192,13 @@
71997192
"checksumAlgorithm": "SHA-256",
72007193
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
72017194
},
7195+
{
7196+
"groupId": "org.apache.maven.plugins",
7197+
"artifactId": "maven-clean-plugin",
7198+
"version": "3.4.1",
7199+
"checksumAlgorithm": "SHA-256",
7200+
"checksum": "b7c7b853422e73236af7744c04cdc05e2c34045b07a02747fbd89796054f0c59"
7201+
},
72027202
{
72037203
"groupId": "org.apache.maven.plugins",
72047204
"artifactId": "maven-enforcer-plugin",

lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
"checksumAlgorithm": "SHA-256",
2727
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
2828
},
29-
{
30-
"groupId": "org.apache.maven.plugins",
31-
"artifactId": "maven-clean-plugin",
32-
"version": "3.4.0",
33-
"checksumAlgorithm": "SHA-256",
34-
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
35-
},
3629
{
3730
"groupId": "org.apache.maven.plugins",
3831
"artifactId": "maven-deploy-plugin",
@@ -75,6 +68,13 @@
7568
"checksumAlgorithm": "SHA-256",
7669
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
7770
},
71+
{
72+
"groupId": "org.apache.maven.plugins",
73+
"artifactId": "maven-clean-plugin",
74+
"version": "3.4.1",
75+
"checksumAlgorithm": "SHA-256",
76+
"checksum": "b7c7b853422e73236af7744c04cdc05e2c34045b07a02747fbd89796054f0c59"
77+
},
7878
{
7979
"groupId": "org.apache.maven.plugins",
8080
"artifactId": "maven-enforcer-plugin",

maven_plugin/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,13 +2326,6 @@
23262326
"checksumAlgorithm": "SHA-256",
23272327
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
23282328
},
2329-
{
2330-
"groupId": "org.apache.maven.plugins",
2331-
"artifactId": "maven-clean-plugin",
2332-
"version": "3.4.0",
2333-
"checksumAlgorithm": "SHA-256",
2334-
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
2335-
},
23362329
{
23372330
"groupId": "org.apache.maven.plugins",
23382331
"artifactId": "maven-failsafe-plugin",
@@ -2389,6 +2382,13 @@
23892382
"checksumAlgorithm": "SHA-256",
23902383
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
23912384
},
2385+
{
2386+
"groupId": "org.apache.maven.plugins",
2387+
"artifactId": "maven-clean-plugin",
2388+
"version": "3.4.1",
2389+
"checksumAlgorithm": "SHA-256",
2390+
"checksum": "b7c7b853422e73236af7744c04cdc05e2c34045b07a02747fbd89796054f0c59"
2391+
},
23922392
{
23932393
"groupId": "org.apache.maven.plugins",
23942394
"artifactId": "maven-enforcer-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-clean-plugin</artifactId>
198-
<version>3.4.0</version>
198+
<version>3.4.1</version>
199199
</plugin>
200200
<plugin>
201201
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)