Skip to content

Commit c5fbdd6

Browse files
chore(deps): [java] update dependency com.google.guava:guava to v33.3.1-jre (#14648)
--------- Signed-off-by: Viet Nguyen Duc <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Viet Nguyen Duc <[email protected]>
1 parent 7f8a532 commit c5fbdd6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ maven.install(
173173
"com.github.spotbugs:spotbugs:4.8.6",
174174
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
175175
"com.google.code.gson:gson:2.11.0",
176-
"com.google.guava:guava:33.3.0-jre",
176+
"com.google.guava:guava:33.3.1-jre",
177177
"com.google.auto:auto-common:1.2.2",
178178
"com.google.auto.service:auto-service:1.1.1",
179179
"com.google.auto.service:auto-service-annotations:1.1.1",

java/maven_install.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": -1369959342,
4-
"__RESOLVED_ARTIFACTS_HASH": 2051378450,
3+
"__INPUT_ARTIFACTS_HASH": 1327312787,
4+
"__RESOLVED_ARTIFACTS_HASH": -2038995232,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.11.0",
77
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.28.0",
8-
"com.google.guava:guava:31.1-jre": "com.google.guava:guava:33.3.0-jre",
8+
"com.google.guava:guava:31.1-jre": "com.google.guava:guava:33.3.1-jre",
99
"com.google.j2objc:j2objc-annotations:1.3": "com.google.j2objc:j2objc-annotations:3.0.0",
1010
"org.mockito:mockito-core:4.3.1": "org.mockito:mockito-core:5.13.0"
1111
},
@@ -159,10 +159,10 @@
159159
},
160160
"com.google.guava:guava": {
161161
"shasums": {
162-
"jar": "dfadc3bce3101eff1452aae47d7c833fee443b47bdf9ef13311b6c7cab663ddf",
163-
"sources": "f91f8619f533db55f37d13369c2fee39d5e1d2f72cef7f69f735d5be1a601f14"
162+
"jar": "4bf0e2c5af8e4525c96e8fde17a4f7307f97f8478f11c4c8e35a0e3298ae4e90",
163+
"sources": "b7cbdad958b791f2a036abff7724570bf9836531c460966f8a3d0df8eaa1c21d"
164164
},
165-
"version": "33.3.0-jre"
165+
"version": "33.3.1-jre"
166166
},
167167
"com.google.guava:guava-testlib": {
168168
"shasums": {

0 commit comments

Comments
 (0)