We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2c2d4 commit bef0f96Copy full SHA for bef0f96
1 file changed
build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
compileOnly 'org.projectlombok:lombok:1.18.38'
16
annotationProcessor 'org.projectlombok:lombok:1.18.38'
17
18
- testImplementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
+ testImplementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
19
testImplementation group: 'commons-io', name: 'commons-io', version: '2.19.0'
20
21
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
0 commit comments