Browse Source

Merge ee889def13 into cf446565d9

pull/3833/merge
dependabot[bot] 4 days ago
committed by GitHub
parent
commit
cec9517dbc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/java/common/pom.xml

+ 2
- 2
tools/java/common/pom.xml View File

@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.14.1</version>
<configuration>
<source>8</source>
<target>8</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.1</version>
<executions>
<execution>
<id>add-source</id>


Loading…
Cancel
Save