Skip to content

Commit 7041e7c

Browse files
committed
Upgrade to latest Guava
1 parent 678b655 commit 7041e7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ MAVEN_ARTIFACTS = [
1818
"com.google.code.gson:gson:2.9.1",
1919
"com.google.errorprone:error_prone_annotations:2.5.1",
2020
"com.google.guava:failureaccess:1.0.1",
21-
"com.google.guava:guava:33.4.6-jre",
22-
"com.google.guava:guava-testlib:33.4.6-jre",
21+
"com.google.guava:guava:33.5.0-jre",
22+
"com.google.guava:guava-testlib:33.5.0-jre",
2323
"com.google.jimfs:jimfs:1.2",
2424
"com.google.protobuf:protobuf-java:4.30.2",
2525
"com.google.re2j:re2j:1.8",
@@ -44,8 +44,8 @@ ORDERED_POM_OR_GRADLE_FILE_LIST_FOR_LICENSE_CHECK = [
4444
"https://github.com/google/gson/blob/gson-parent-2.9.1@/gson/pom.xml",
4545
"https://github.com/google/error-prone/blob/v2.5.1@/annotations/pom.xml",
4646
"https://github.com/google/guava/blob/failureaccess-v1.0.1@/futures/failureaccess/pom.xml",
47-
"https://github.com/google/guava/blob/v33.4.6@/guava/pom.xml",
48-
"https://github.com/google/guava/blob/v33.4.6@/guava-testlib/pom.xml",
47+
"https://github.com/google/guava/blob/v33.5.0@/guava/pom.xml",
48+
"https://github.com/google/guava/blob/v33.5.0@/guava-testlib/pom.xml",
4949
"https://github.com/google/jimfs/blob/v1.2@/jimfs/pom.xml",
5050
"https://github.com/google/re2j/blob/re2j-1.3@/build.gradle",
5151
"https://github.com/google/truth/blob/v1.4.4@/extensions/proto/pom.xml",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ options/arguments in your CUI application.</td>
594594

595595
<tr>
596596
<td>Version</td>
597-
<td>31.0.1</td>
597+
<td>33.5.0</td>
598598
</tr>
599599

600600
<tr>

0 commit comments

Comments
 (0)