Skip to content

Commit 5dd25f3

Browse files
chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#71)
1 parent 2f5990e commit 5dd25f3

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
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation platform('org.junit:junit-bom:5.10.3')
2828
testImplementation 'org.junit.jupiter:junit-jupiter'
2929
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
30-
testImplementation 'commons-io:commons-io:2.17.0'
30+
testImplementation 'commons-io:commons-io:2.18.0'
3131
testImplementation 'com.google.truth:truth:1.4.4'
3232
testImplementation ('org.mockito:mockito-core:4.11.0') {
3333
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21

0 commit comments

Comments
 (0)