File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 5
5
"lockFileVersion" : 1 ,
6
6
"dependencies" : [],
7
7
"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
+ },
8
16
{
9
17
"groupId" : " org.apache.maven.plugins" ,
10
18
"artifactId" : " maven-artifact-plugin" ,
37
45
"checksum" : " 3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650" ,
38
46
"resolved" : " https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
39
47
},
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
- },
48
48
{
49
49
"groupId" : " org.apache.maven.plugins" ,
50
50
"artifactId" : " maven-surefire-plugin" ,
Original file line number Diff line number Diff line change 2466
2466
}
2467
2467
],
2468
2468
"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
+ },
2469
2477
{
2470
2478
"groupId" : " org.apache.maven.plugins" ,
2471
2479
"artifactId" : " maven-artifact-plugin" ,
2498
2506
"checksum" : " 3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650" ,
2499
2507
"resolved" : " https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
2500
2508
},
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
- },
2509
2509
{
2510
2510
"groupId" : " org.apache.maven.plugins" ,
2511
2511
"artifactId" : " maven-plugin-plugin" ,
Original file line number Diff line number Diff line change 173
173
<plugin >
174
174
<groupId >org.apache.maven.plugins</groupId >
175
175
<artifactId >maven-enforcer-plugin</artifactId >
176
- <version >3.6.0 </version >
176
+ <version >3.6.1 </version >
177
177
<executions >
178
178
<execution >
179
179
<id >enforce-plugin-versions</id >
You can’t perform that action at this time.
0 commit comments