Skip to content

Commit 0a01435

Browse files
Merge pull request #27 from embulk/dependabot/gradle/commons-io-commons-io-2.18.0
Bump commons-io:commons-io from 2.17.0 to 2.18.0
2 parents 252afcc + 550ce39 commit 0a01435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClass
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2=compileClasspath,runtimeClasspath
88
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
99
commons-codec:commons-codec:1.17.1=compileClasspath,runtimeClasspath
10-
commons-io:commons-io:2.17.0=compileClasspath,runtimeClasspath
10+
commons-io:commons-io:2.18.0=compileClasspath,runtimeClasspath
1111
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
1212
org.apache.commons:commons-compress:1.27.1=compileClasspath,runtimeClasspath
1313
org.apache.commons:commons-lang3:3.17.0=compileClasspath,runtimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ embulk-util-file = "0.2.0"
1717

1818
commons-compress = "1.27.1"
1919
commons-codec = "1.17.1"
20-
commons-io = "2.17.0"
20+
commons-io = "2.18.0"
2121
commons-lang3 = "3.17.0"
2222

2323
checkstyle = "9.3"

0 commit comments

Comments
 (0)