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:
parent
23f33d32fe
commit
99adc6e67e
|
@ -90,7 +90,6 @@
|
|||
<jgonian.commons-ip-math.version>1.32</jgonian.commons-ip-math.version>
|
||||
<googlecode.ipv6.version>0.17</googlecode.ipv6.version>
|
||||
<javax.mail.version>1.6.2</javax.mail.version>
|
||||
<guava.version>31.0-jre</guava.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
|
@ -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>
|
|
@ -67,7 +67,6 @@
|
|||
<properties>
|
||||
<gson.version>2.8.0</gson.version>
|
||||
<joda-time.version>2.9.6</joda-time.version>
|
||||
<guava.version>11.0.2</guava.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
2
pom.xml
2
pom.xml
|
@ -1396,7 +1396,7 @@
|
|||
<maven-pmd-plugin.version>3.13.0</maven-pmd-plugin.version>
|
||||
<lombok.version>1.18.20</lombok.version>
|
||||
<h2.version>1.4.200</h2.version>
|
||||
<guava.version>31.0.1-jre</guava.version>
|
||||
<guava.version>31.1-jre</guava.version>
|
||||
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue