Skip to content

Commit 922537e

Browse files
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.18.0 (#14215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d19222e commit 922537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
9595
and added to the resulting jar for our extension's distribution.
9696
*/
97-
implementation 'org.apache.commons:commons-lang3:3.17.0'
97+
implementation 'org.apache.commons:commons-lang3:3.18.0'
9898

9999
//All dependencies below are only for tests
100100
testImplementation("org.testcontainers:testcontainers:1.21.3")

0 commit comments

Comments
 (0)