[JAVA-31577] Review and Upgrade to latest Guava version (#15986)

This commit is contained in:
Harry9656
2024-02-29 19:46:09 +01:00
committed by GitHub
parent 55dda1586b
commit 258a3e4941
7 changed files with 7 additions and 6 deletions
@@ -22,7 +22,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>${guava.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.1-jre</version>
<version>${guava.version}</version>
</dependency>
</dependencies>