Skip to content

Commit d771463

Browse files
chore(deps): bump commons-io:commons-io from 2.19.0 to 2.20.0 (#141)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 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 4c9e903 commit d771463

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("com.squareup.okhttp3:mockwebserver:5.1.0")
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
31-
testImplementation 'commons-io:commons-io:2.19.0'
31+
testImplementation 'commons-io:commons-io:2.20.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)