Skip to content

Commit 4e5d764

Browse files
Update dependency org.apache.commons:commons-lang3 to v3.14.0 (release/v1.32.x) (#10475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ec1a51 commit 4e5d764

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.13.0'
99+
implementation 'org.apache.commons:commons-lang3:3.14.0'
100100

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

0 commit comments

Comments
 (0)