Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre (#8595)
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
82805838f9
commit
a1b30aacda
|
@ -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:31.1-jre")
|
||||
implementation("com.google.guava:guava:32.0.0-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.4"
|
|||
val aetherVersion = "1.1.0"
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.guava:guava:31.1-jre")
|
||||
implementation("com.google.guava:guava:32.0.0-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