Skip to content

Commit

Permalink
Merge pull request #25 from embulk/dependabot/gradle/org.apache.commo…
Browse files Browse the repository at this point in the history
…ns-commons-lang3-3.17.0

Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • Loading branch information
hiroyuki-sato authored Sep 20, 2024
2 parents 1ad41aa + 310fc79 commit 85a3679
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 @@ -10,7 +10,7 @@ commons-codec:commons-codec:1.17.1=compileClasspath,runtimeClasspath
commons-io:commons-io:2.17.0=compileClasspath,runtimeClasspath
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.apache.commons:commons-compress:1.27.1=compileClasspath,runtimeClasspath
org.apache.commons:commons-lang3:3.16.0=compileClasspath,runtimeClasspath
org.apache.commons:commons-lang3:3.17.0=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=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 @@ -18,7 +18,7 @@ embulk-util-file = "0.2.0"
commons-compress = "1.27.1"
commons-codec = "1.17.1"
commons-io = "2.17.0"
commons-lang3 = "3.16.0"
commons-lang3 = "3.17.0"

checkstyle = "9.3"

Expand Down

0 comments on commit 85a3679

Please sign in to comment.