Skip to content

Commit c4d46e7

Browse files
Bump guava from 18.0 to 23.0 in /examples
Bumps [guava](https://github.com/google/guava) from 18.0 to 23.0. - [Release notes](https://github.com/google/guava/releases) - [Commits](google/guava@v18.0...v23.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent b840c5d commit c4d46e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/disque-job-queue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
2626
<artifactId>guava</artifactId>
27-
<version>18.0</version>
27+
<version>23.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.slf4j</groupId>

examples/redis-backed-cache-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.google.guava</groupId>
2727
<artifactId>guava</artifactId>
28-
<version>18.0</version>
28+
<version>23.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.slf4j</groupId>

examples/redis-backed-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
2626
<artifactId>guava</artifactId>
27-
<version>18.0</version>
27+
<version>23.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)