Skip to content

Commit

Permalink
chore(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 21f112e commit 4621bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
dependencies {
implementation "org.odpi.egeria:open-connector-framework:${egeriaVersion}"
implementation "org.odpi.egeria:repository-services-connectors:${egeriaVersion}"
implementation('org.apache.commons:commons-lang3:3.12.0')
implementation('org.apache.commons:commons-lang3:3.17.0')

bundledLibs 'org.slf4j:slf4j-api'
bundledLibs 'org.apache.httpcomponents:httpclient:4.5.14'
Expand Down

0 comments on commit 4621bf8

Please sign in to comment.