Skip to content

Commit 8879b34

Browse files
bump commons-io:commons-io from 2.17.0 to 2.18.0 (#300)
Bumps commons-io:commons-io from 2.17.0 to 2.18.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 39afd08 commit 8879b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070
}
7171

7272
dependencies {
73-
implementation("commons-io:commons-io:2.17.0")
73+
implementation("commons-io:commons-io:2.18.0")
7474
implementation("com.google.guava:guava:33.3.1-jre")
7575
testImplementation("junit:junit:4.13.2")
7676
testImplementation("org.opentest4j:opentest4j:1.3.0")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("commons-io:commons-io:2.17.0")
12+
implementation("commons-io:commons-io:2.18.0")
1313
testImplementation("junit:junit:4.13.2")
1414
}

0 commit comments

Comments
 (0)