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