aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2024-01-31 12:41:02 -0800
committerDagger Team <dagger-dev+copybara@google.com>2024-01-31 12:44:58 -0800
commit8ca035a99d7959dc7ef6ed70a249f014d6ba7540 (patch)
tree69c26cd3271b55e6b3b74d208e32a12f6c13ef32
parentc8b96052a58b2cd8d87e7ed36a931676bcaded49 (diff)
downloaddagger2-8ca035a99d7959dc7ef6ed70a249f014d6ba7540.tar.gz
Automated Code Change
PiperOrigin-RevId: 603130434
-rw-r--r--WORKSPACE4
-rw-r--r--javatests/dagger/functional/jdk8/OptionalBindingComponentsEmptyTest.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index aabca691a..ac545c862 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -181,7 +181,7 @@ AUTO_COMMON_VERSION = "1.2.1"
# NOTE(bcorso): Even though we set the version here, our Guava version in
# processor code will use whatever version is built into JavaBuilder, which is
# tied to the version of Bazel we're using.
-GUAVA_VERSION = "27.1"
+GUAVA_VERSION = "33.0.0"
GRPC_VERSION = "1.2.0"
@@ -243,7 +243,7 @@ maven_install(
"com.google.guava:guava-beta-checker:1.0",
"com.google.protobuf:protobuf-java:3.7.0",
"com.google.testing.compile:compile-testing:0.18",
- "com.google.truth:truth:1.1",
+ "com.google.truth:truth:1.3.0",
"com.squareup:javapoet:1.13.0",
"com.squareup:kotlinpoet:1.11.0",
"io.github.java-diff-utils:java-diff-utils:4.11",
diff --git a/javatests/dagger/functional/jdk8/OptionalBindingComponentsEmptyTest.java b/javatests/dagger/functional/jdk8/OptionalBindingComponentsEmptyTest.java
index 21bdd3c85..8f6319057 100644
--- a/javatests/dagger/functional/jdk8/OptionalBindingComponentsEmptyTest.java
+++ b/javatests/dagger/functional/jdk8/OptionalBindingComponentsEmptyTest.java
@@ -16,7 +16,7 @@
package dagger.functional.jdk8;
-import static com.google.common.truth.Truth8.assertThat;
+import static com.google.common.truth.Truth.assertThat;
import dagger.functional.jdk8.OptionalBindingComponents.EmptyOptionalBindingComponent;
import org.junit.Before;