There was an error while loading. Please reload this page.
1 parent 6f5e678 commit e1d8e83Copy full SHA for e1d8e83
1 file changed
pom.xml
@@ -28,11 +28,16 @@
28
<plugin>
29
<groupId>org.apache.maven.plugins</groupId>
30
<artifactId>maven-compiler-plugin</artifactId>
31
- <version>3.13.0</version>
+ <version>3.15.0</version>
32
<configuration>
33
<release>${maven.compiler.release}</release>
34
</configuration>
35
</plugin>
36
+ <plugin>
37
+ <groupId>org.codehaus.mojo</groupId>
38
+ <artifactId>versions-maven-plugin</artifactId>
39
+ <version>2.20.1</version>
40
+ </plugin>
41
</plugins>
42
</build>
43
0 commit comments