Skip to content

Commit 35ace30

Browse files
Update dependency commons-io:commons-io to v2.21.0 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6cb6cc commit 35ace30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
annotationProcessor 'org.projectlombok:lombok:1.18.42'
1818

1919
testImplementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
20-
testImplementation group: 'commons-io', name: 'commons-io', version: '2.19.0'
20+
testImplementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
2121

2222
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
2323
}

0 commit comments

Comments
 (0)