Skip to content

Commit d511ebe

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

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
@@ -95,7 +95,7 @@ dependencies {
9595
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
9696
and added to the resulting jar for our extension's distribution.
9797
*/
98-
implementation 'org.apache.commons:commons-lang3:3.19.0'
98+
implementation 'org.apache.commons:commons-lang3:3.20.0'
9999

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

0 commit comments

Comments
 (0)