Skip to content

Commit 3ea515f

Browse files
chore(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0
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]>
1 parent 0007f89 commit 3ea515f

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.18.0")
73+
implementation("commons-io:commons-io:2.19.0")
7474
implementation("com.google.guava:guava:33.4.7-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.18.0")
12+
implementation("commons-io:commons-io:2.19.0")
1313
testImplementation("junit:junit:4.13.2")
1414
}

0 commit comments

Comments
 (0)