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
…6.0 (main) (#11967)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 324cc6d commit 16800f9
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.15.0'
implementation 'org.apache.commons:commons-lang3:3.16.0'

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

0 comments on commit 16800f9

Please sign in to comment.