We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b014467 commit cd185c7Copy full SHA for cd185c7
1 file changed
build.gradle
@@ -70,7 +70,7 @@ repositories {
70
71
dependencies {
72
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') {
+ implementation (group: 'com.google.guava', name: 'guava', version:'32.1.2-jre') {
74
// needed due to https://github.com/google/guava/issues/6654
75
exclude group: "org.mockito", module: "mockito-core"
76
}
@@ -87,4 +87,4 @@ sourceSets.all {
87
configurations.getByName(compileClasspathConfigurationName) {
88
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
89
90
-}
+}
0 commit comments