Skip to content

Commit

Permalink
Update deps and docs for failureaccess-1.0.2.
Browse files Browse the repository at this point in the history
Fixes google/guava#7614.

RELNOTES=n/a
PiperOrigin-RevId: 714935817
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jan 13, 2025
1 parent a348dcc commit 229ff52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ maven.install(
"javax.inject:javax.inject-tck:1",
"com.google.guava:guava:" + GUAVA_VERSION,
"com.google.guava:guava-testlib:" + GUAVA_VERSION,
"com.google.guava:failureaccess:1.0.1",
"com.google.guava:failureaccess:1.0.2",
"com.google.guava:guava-beta-checker:1.0",
"com.google.errorprone:javac-shaded:9-dev-r4023-3",
"com.google.googlejavaformat:google-java-format:1.18.1",
Expand Down
3 changes: 1 addition & 2 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1218154354,
"__INPUT_ARTIFACTS_HASH": 1858760943,
"__RESOLVED_ARTIFACTS_HASH": -1671373604,
"conflict_resolution": {
"com.google.auto.value:auto-value-annotations:1.10.4": "com.google.auto.value:auto-value-annotations:1.11.0",
"com.google.code.findbugs:jsr305:3.0.1": "com.google.code.findbugs:jsr305:3.0.2",
"com.google.errorprone:error_prone_annotations:2.22.0": "com.google.errorprone:error_prone_annotations:2.36.0",
"com.google.guava:failureaccess:1.0.1": "com.google.guava:failureaccess:1.0.2",
"com.google.protobuf:protobuf-java:3.24.4": "com.google.protobuf:protobuf-java:4.27.2",
"org.apache.ant:ant-launcher:1.9.6": "org.apache.ant:ant-launcher:1.9.9",
"org.apache.ant:ant:1.9.6": "org.apache.ant:ant:1.9.9",
Expand Down

0 comments on commit 229ff52

Please sign in to comment.