Skip to content

Commit 48c4d3d

Browse files
chore(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0 (#108)
Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.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 59d26bd commit 48c4d3d

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:4.12.0")
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
31-
testImplementation 'commons-io:commons-io:2.18.0'
31+
testImplementation 'commons-io:commons-io:2.19.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)