Skip to content

Commit

Permalink
[#1755] fix(core): update guava from 31.1-jre to 32.1.3-jre (#1807)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
update guava from 31.1-jre to 32.1.3-jre

### Why are the changes needed?

Fix: #1755 

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
existing tests
  • Loading branch information
FANNG1 authored Jan 31, 2024
1 parent fc7fa97 commit 17b3406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
junit = "5.8.1"
protoc = "3.24.4"
jackson = "2.15.2"
guava = "31.1-jre"
guava = "32.1.3-jre"
lombok = "1.18.20"
slf4j = "2.0.9"
log4j = "2.22.0"
jetty = "9.4.51.v20230217"
jersey = "2.41"
mockito = "3.12.4"
mockito = "4.11.0"
airlift-units = "1.8"
airlift-log = "231"
hive2 = "2.3.9"
Expand Down

0 comments on commit 17b3406

Please sign in to comment.