Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-lang3 to v3.14.0 (releas…
Browse files Browse the repository at this point in the history
…e/v1.32.x) (#10475)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 1ec1a51 commit 4e5d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
and added to the resulting jar for our extension's distribution.
*/
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'

//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.19.2")
Expand Down

0 comments on commit 4e5d764

Please sign in to comment.