We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c316c commit 6a4fbdcCopy full SHA for 6a4fbdc
build.gradle
@@ -153,14 +153,14 @@ repositories {
153
configurations {
154
all {
155
resolutionStrategy {
156
- force 'com.google.guava:guava:32.1.2-jre'
+ force 'com.google.guava:guava:32.1.3-jre'
157
}
158
159
160
161
dependencies {
162
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
163
- implementation group: 'com.google.guava', name: 'guava', version:'32.1.2-jre'
+ implementation group: 'com.google.guava', name: 'guava', version:'32.1.3-jre'
164
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
165
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
166
//spotless
0 commit comments