Skip to content

Commit 30b4828

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.0 (#1264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e48ba15 commit 30b4828

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
3838
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
3939
},
40+
{
41+
"groupId": "org.apache.maven.plugins",
42+
"artifactId": "maven-enforcer-plugin",
43+
"version": "3.6.0",
44+
"checksumAlgorithm": "SHA-256",
45+
"checksum": "40cdcb2773ab368bc1234848c52f2275e7994da72697b6fb5a5072d7f5017c82",
46+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.6.0/maven-enforcer-plugin-3.6.0.jar"
47+
},
4048
{
4149
"groupId": "org.apache.maven.plugins",
4250
"artifactId": "maven-surefire-plugin",
@@ -77,14 +85,6 @@
7785
"checksum": "b19f1dd70dc594494150776ac1ae7f19ed65671009b0be8b5a048809fb0873dd",
7886
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.44.5/spotless-maven-plugin-2.44.5.jar"
7987
},
80-
{
81-
"groupId": "org.apache.maven.plugins",
82-
"artifactId": "maven-enforcer-plugin",
83-
"version": "3.5.0",
84-
"checksumAlgorithm": "SHA-256",
85-
"checksum": "be757f04f006348df247dcf235ca45a292fe4472b969fddf38ec2c6a70c4d964",
86-
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar"
87-
},
8888
{
8989
"groupId": "org.apache.maven.plugins",
9090
"artifactId": "maven-jar-plugin",

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,14 @@
24982498
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
24992499
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
25002500
},
2501+
{
2502+
"groupId": "org.apache.maven.plugins",
2503+
"artifactId": "maven-enforcer-plugin",
2504+
"version": "3.6.0",
2505+
"checksumAlgorithm": "SHA-256",
2506+
"checksum": "40cdcb2773ab368bc1234848c52f2275e7994da72697b6fb5a5072d7f5017c82",
2507+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.6.0/maven-enforcer-plugin-3.6.0.jar"
2508+
},
25012509
{
25022510
"groupId": "org.apache.maven.plugins",
25032511
"artifactId": "maven-plugin-plugin",
@@ -2546,14 +2554,6 @@
25462554
"checksum": "b19f1dd70dc594494150776ac1ae7f19ed65671009b0be8b5a048809fb0873dd",
25472555
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.44.5/spotless-maven-plugin-2.44.5.jar"
25482556
},
2549-
{
2550-
"groupId": "org.apache.maven.plugins",
2551-
"artifactId": "maven-enforcer-plugin",
2552-
"version": "3.5.0",
2553-
"checksumAlgorithm": "SHA-256",
2554-
"checksum": "be757f04f006348df247dcf235ca45a292fe4472b969fddf38ec2c6a70c4d964",
2555-
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar"
2556-
},
25572557
{
25582558
"groupId": "org.apache.maven.plugins",
25592559
"artifactId": "maven-failsafe-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-enforcer-plugin</artifactId>
176-
<version>3.5.0</version>
176+
<version>3.6.0</version>
177177
<executions>
178178
<execution>
179179
<id>enforce-plugin-versions</id>

0 commit comments

Comments
 (0)