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 3f71d47 commit f269785Copy full SHA for f269785
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.13.0</version>
33
<configuration>
34
<source>1.7</source>
35
<target>1.7</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.0</version>
45
<executions>
46
<execution>
47
<id>add-source</id>
0 commit comments