Skip to content

Commit

Permalink
Merge pull request #1837 from square/renovate/guava-monorepo
Browse files Browse the repository at this point in the history
Update dependency com.google.guava:guava to v33.2.0-jre
  • Loading branch information
JakeWharton committed May 2, 2024
2 parents ec7c86d + f9ffc62 commit 7f36bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -18,7 +18,7 @@ buildscript {
classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:$kspVersion")
// https://github.com/melix/japicmp-gradle-plugin/issues/36
classpath("com.google.guava:guava:33.1.0-jre")
classpath("com.google.guava:guava:33.2.0-jre")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -19,7 +19,7 @@ asm = "org.ow2.asm:asm:9.7"
autoCommon = "com.google.auto:auto-common:1.2.2"
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.1.0"
guava = "com.google.guava:guava:33.1.0-jre"
guava = "com.google.guava:guava:33.2.0-jre"
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
kotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
Expand Down

0 comments on commit 7f36bdf

Please sign in to comment.