We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3da6c commit e908d77Copy full SHA for e908d77
tools/java/common/pom.xml
@@ -29,7 +29,7 @@
29
<plugin>
30
<groupId>org.apache.maven.plugins</groupId>
31
<artifactId>maven-compiler-plugin</artifactId>
32
- <version>3.11.0</version>
+ <version>3.14.1</version>
33
<configuration>
34
<source>8</source>
35
<target>8</target>
@@ -41,7 +41,7 @@
41
42
<groupId>org.codehaus.mojo</groupId>
43
<artifactId>build-helper-maven-plugin</artifactId>
44
- <version>3.4.0</version>
+ <version>3.6.1</version>
45
<executions>
46
<execution>
47
<id>add-source</id>
0 commit comments