Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre (#8691)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-09 22:57:31 +00:00 committed by GitHub
parent c451221534
commit b0d808bc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ dependencies {
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.19.0")
implementation("com.google.guava:guava:32.0.0-jre")
implementation("com.google.guava:guava:32.0.1-jre")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("org.apache.httpcomponents:httpclient:4.5.14")

View File

@ -28,7 +28,7 @@ val byteBuddyVersion = "1.14.5"
val aetherVersion = "1.1.0"
dependencies {
implementation("com.google.guava:guava:32.0.0-jre")
implementation("com.google.guava:guava:32.0.1-jre")
// we need to use byte buddy variant that does not shade asm
implementation("net.bytebuddy:byte-buddy-gradle-plugin:${byteBuddyVersion}") {
exclude(group = "net.bytebuddy", module = "byte-buddy")