Skip to content

Commit 71591c9

Browse files
Update dependency com.google.guava:guava to v33.4.5-jre (#1944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d6c9a7 commit 71591c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
classpath(kotlin("gradle-plugin", version = kotlinVersion))
2020
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:$kspVersion")
2121
// https://github.com/melix/japicmp-gradle-plugin/issues/36
22-
classpath("com.google.guava:guava:33.4.0-jre")
22+
classpath("com.google.guava:guava:33.4.5-jre")
2323
}
2424
}
2525

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ asm = "org.ow2.asm:asm:9.7.1"
2121
autoCommon = "com.google.auto:auto-common:1.2.2"
2222
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
2323
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"
24-
guava = "com.google.guava:guava:33.4.0-jre"
24+
guava = "com.google.guava:guava:33.4.5-jre"
2525
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
2626
kotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
2727
kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }

0 commit comments

Comments
 (0)