Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-lang3 to v3.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 24fab4b commit 32233cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
dependencies {
implementation "io.dropwizard:dropwizard-jackson:${dropwizardVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'

testImplementation "org.slf4j:slf4j-simple:${slf4jVersion}"
Expand Down

0 comments on commit 32233cd

Please sign in to comment.