Java 13945 (#12611)
* [JAVA-13945] Upgrade guava version to 31.1-jre * [JAVA-13945] Use guava.version property in child modules * [JAVA-13945] Use guava.version property in child modules * [JAVA-13945] revert changes Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<guava.version>31.0.1-jre</guava.version>
|
||||
<guava.version>31.1-jre</guava.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
@@ -48,7 +48,7 @@
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<guava.version>31.0.1-jre</guava.version>
|
||||
<guava.version>31.1-jre</guava.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user