Skip to content

Commit 93b5003

Browse files
chore(deps): bump commons-io:commons-io from 2.11.0 to 2.17.0 (#40)
Bumps commons-io:commons-io from 2.11.0 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0427d35 commit 93b5003

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

0 commit comments

Comments
 (0)