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.
234234 <plugin >
235235 <groupId >org.apache.maven.plugins</groupId >
236236 <artifactId >maven-enforcer-plugin</artifactId >
237- <version >3.5 .0</version >
237+ <version >3.6 .0</version >
238238 </plugin >
239239
240240 <plugin >
@@ -478,7 +478,6 @@ under the License.
478478 <plugin >
479479 <groupId >org.apache.maven.plugins</groupId >
480480 <artifactId >maven-enforcer-plugin</artifactId >
481- <version >3.5.0</version >
482481 <executions >
483482 <execution >
484483 <id >enforce-maven</id >
@@ -488,8 +487,8 @@ under the License.
488487 <configuration >
489488 <rules >
490489 <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 >
493492 </requireMavenVersion >
494493 </rules >
495494 </configuration >
You can’t perform that action at this time.
0 commit comments