File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ under the License.
234
234
<plugin >
235
235
<groupId >org.apache.maven.plugins</groupId >
236
236
<artifactId >maven-enforcer-plugin</artifactId >
237
- <version >3.5 .0</version >
237
+ <version >3.6 .0</version >
238
238
</plugin >
239
239
240
240
<plugin >
@@ -478,7 +478,6 @@ under the License.
478
478
<plugin >
479
479
<groupId >org.apache.maven.plugins</groupId >
480
480
<artifactId >maven-enforcer-plugin</artifactId >
481
- <version >3.5.0</version >
482
481
<executions >
483
482
<execution >
484
483
<id >enforce-maven</id >
@@ -488,8 +487,8 @@ under the License.
488
487
<configuration >
489
488
<rules >
490
489
<requireMavenVersion >
491
- <version >3.2.2 </version >
492
- <message >Maven 3.2.2 or later required.</message >
490
+ <version >3.8.1 </version >
491
+ <message >Maven 3.8.1 or later required.</message >
493
492
</requireMavenVersion >
494
493
</rules >
495
494
</configuration >
You can’t perform that action at this time.
0 commit comments