Skip to content

Commit da5ab6a

Browse files
Merge pull request #32 from embulk/dependabot/gradle/commons-io-commons-io-2.20.0
Bump commons-io:commons-io from 2.19.0 to 2.20.0
2 parents b53f8ea + b14283e commit da5ab6a

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.18.0=compileClasspath,runtimeClasspath
10-
commons-io:commons-io:2.19.0=compileClasspath,runtimeClasspath
10+
commons-io:commons-io:2.20.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.18.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.18.0"
20-
commons-io = "2.19.0"
20+
commons-io = "2.20.0"
2121
commons-lang3 = "3.18.0"
2222

2323
checkstyle = "9.3"

0 commit comments

Comments
 (0)