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:
parent
c451221534
commit
b0d808bc4e
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue