Skip to content

Commit fc30fa5

Browse files
authored
fix: bumps guava patch to unblock android users (#210)
2 parents b014467 + cd185c7 commit fc30fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070

7171
dependencies {
7272
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0'
73-
implementation (group: 'com.google.guava', name: 'guava', version:'32.1.1-jre') {
73+
implementation (group: 'com.google.guava', name: 'guava', version:'32.1.2-jre') {
7474
// needed due to https://github.com/google/guava/issues/6654
7575
exclude group: "org.mockito", module: "mockito-core"
7676
}
@@ -87,4 +87,4 @@ sourceSets.all {
8787
configurations.getByName(compileClasspathConfigurationName) {
8888
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)