dependabot[bot]
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
tools/java/common/pom.xml
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<version>3.13.0</version> |
|
|
|
<configuration> |
|
|
|
<source>1.7</source> |
|
|
|
<target>1.7</target> |
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
|
|
<version>3.4.0</version> |
|
|
|
<version>3.6.0</version> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>add-source</id> |
|
|
|
|