Skip to content

Commit

Permalink
Merge pull request #29 from embulk/dependabot/gradle/commons-codec-co…
Browse files Browse the repository at this point in the history
…mmons-codec-1.18.0

Bump commons-codec:commons-codec from 1.17.2 to 1.18.0
  • Loading branch information
hiroyuki-sato authored Jan 31, 2025
2 parents b6ac9d6 + 447ce0a commit 4a4784e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
commons-codec:commons-codec:1.17.2=compileClasspath,runtimeClasspath
commons-codec:commons-codec:1.18.0=compileClasspath,runtimeClasspath
commons-io:commons-io:2.18.0=compileClasspath,runtimeClasspath
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.apache.commons:commons-compress:1.27.1=compileClasspath,runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jackson = "2.16.2"
embulk-util-file = "0.2.0"

commons-compress = "1.27.1"
commons-codec = "1.17.2"
commons-codec = "1.18.0"
commons-io = "2.18.0"
commons-lang3 = "3.17.0"

Expand Down

0 comments on commit 4a4784e

Please sign in to comment.