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