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