bump guava in annotation-processor

(cherry picked from commit ae8cf0d7e4b5d96478e51966fb6d257986f71c1b)
This commit is contained in:
Daniel Gultsch 2025-03-14 10:12:35 +01:00 committed by Arne
commit 941b9f2bdf

View file

@ -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'
}