We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec1a51 commit 4e5d764Copy full SHA for 4e5d764
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.13.0'
+ implementation 'org.apache.commons:commons-lang3:3.14.0'
100
101
//All dependencies below are only for tests
102
testImplementation("org.testcontainers:testcontainers:1.19.2")
0 commit comments