Skip to content

Commit 39c7ec9

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.1 (#1270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 569ab1f commit 39c7ec9

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
@@ -5,6 +5,14 @@
55
"lockFileVersion": 1,
66
"dependencies": [],
77
"mavenPlugins": [
8+
{
9+
"groupId": "org.apache.maven.plugins",
10+
"artifactId": "maven-enforcer-plugin",
11+
"version": "3.6.1",
12+
"checksumAlgorithm": "SHA-256",
13+
"checksum": "01bd31b7d51dfcbe635e4bdd89cf185ce4023caa876ed821970f039985b9148d",
14+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.6.1/maven-enforcer-plugin-3.6.1.jar"
15+
},
816
{
917
"groupId": "org.apache.maven.plugins",
1018
"artifactId": "maven-artifact-plugin",
@@ -37,14 +45,6 @@
3745
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
3846
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
3947
},
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-
},
4848
{
4949
"groupId": "org.apache.maven.plugins",
5050
"artifactId": "maven-surefire-plugin",

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,6 +2466,14 @@
24662466
}
24672467
],
24682468
"mavenPlugins": [
2469+
{
2470+
"groupId": "org.apache.maven.plugins",
2471+
"artifactId": "maven-enforcer-plugin",
2472+
"version": "3.6.1",
2473+
"checksumAlgorithm": "SHA-256",
2474+
"checksum": "01bd31b7d51dfcbe635e4bdd89cf185ce4023caa876ed821970f039985b9148d",
2475+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.6.1/maven-enforcer-plugin-3.6.1.jar"
2476+
},
24692477
{
24702478
"groupId": "org.apache.maven.plugins",
24712479
"artifactId": "maven-artifact-plugin",
@@ -2498,14 +2506,6 @@
24982506
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
24992507
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
25002508
},
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-
},
25092509
{
25102510
"groupId": "org.apache.maven.plugins",
25112511
"artifactId": "maven-plugin-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.6.0</version>
176+
<version>3.6.1</version>
177177
<executions>
178178
<execution>
179179
<id>enforce-plugin-versions</id>

0 commit comments

Comments
 (0)