Browse Source

Merge 167930abbc into cf446565d9

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

+ 3
- 3
tools/java/java-build/pom.xml View File

@ -47,7 +47,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>
@ -57,7 +57,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>
@ -138,7 +138,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.5.0-jre</version>
</dependency>
</dependencies>


Loading…
Cancel
Save