Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.1…
Browse files Browse the repository at this point in the history
…3.0 (MarquezProject#2567)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 10, 2023
1 parent baecd08 commit fa1e03c
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.12.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.maven:maven-archiver:3.6.0'

Expand Down

0 comments on commit fa1e03c

Please sign in to comment.