Skip to content

Commit 38c47fe

Browse files
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.15.0
1 parent ec5a905 commit 38c47fe

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
@@ -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.14.0'
99+
implementation 'org.apache.commons:commons-lang3:3.15.0'
100100

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

0 commit comments

Comments
 (0)