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 d19222e commit 922537eCopy full SHA for 922537e
examples/extension/build.gradle
@@ -94,7 +94,7 @@ dependencies {
94
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
95
and added to the resulting jar for our extension's distribution.
96
*/
97
- implementation 'org.apache.commons:commons-lang3:3.17.0'
+ implementation 'org.apache.commons:commons-lang3:3.18.0'
98
99
//All dependencies below are only for tests
100
testImplementation("org.testcontainers:testcontainers:1.21.3")
0 commit comments