We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5a905 commit 2a35b8dCopy full SHA for 2a35b8d
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.14.0'
+ implementation 'org.apache.commons:commons-lang3:3.15.0'
100
101
//All dependencies below are only for tests
102
testImplementation("org.testcontainers:testcontainers:1.20.0")
0 commit comments