Skip to content

Commit 6049b0f

Browse files
Merge pull request #33 from embulk/dependabot/gradle/commons-codec-commons-codec-1.19.0
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0
2 parents da5ab6a + 0af12dd commit 6049b0f

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
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2=compileClasspath,runtimeClasspath
88
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
9-
commons-codec:commons-codec:1.18.0=compileClasspath,runtimeClasspath
9+
commons-codec:commons-codec:1.19.0=compileClasspath,runtimeClasspath
1010
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

gradle/libs.versions.toml

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

1818
commons-compress = "1.27.1"
19-
commons-codec = "1.18.0"
19+
commons-codec = "1.19.0"
2020
commons-io = "2.20.0"
2121
commons-lang3 = "3.18.0"
2222

0 commit comments

Comments
 (0)