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