Skip to content

Commit 16800f9

Browse files
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.16.0 (main) (#11967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 324cc6d commit 16800f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
9797
and added to the resulting jar for our extension's distribution.
9898
*/
99-
implementation 'org.apache.commons:commons-lang3:3.15.0'
99+
implementation 'org.apache.commons:commons-lang3:3.16.0'
100100

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

0 commit comments

Comments
 (0)