diff --git a/libs/annotation-processor/build.gradle b/libs/annotation-processor/build.gradle index 6232f33c6..3f537ec28 100644 --- a/libs/annotation-processor/build.gradle +++ b/libs/annotation-processor/build.gradle @@ -15,6 +15,6 @@ dependencies { annotationProcessor 'com.google.auto.service:auto-service:1.0.1' api 'com.google.auto.service:auto-service-annotations:1.0.1' - implementation 'com.google.guava:guava:31.1-jre' + implementation 'com.google.guava:guava:33.4.0-jre' } \ No newline at end of file