We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324cc6d commit 16800f9Copy full SHA for 16800f9
examples/extension/build.gradle
@@ -96,7 +96,7 @@ dependencies {
96
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
97
and added to the resulting jar for our extension's distribution.
98
*/
99
- implementation 'org.apache.commons:commons-lang3:3.15.0'
+ implementation 'org.apache.commons:commons-lang3:3.16.0'
100
101
//All dependencies below are only for tests
102
testImplementation("org.testcontainers:testcontainers:1.20.1")
0 commit comments