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 ed38281 commit d511ebeCopy full SHA for d511ebe
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.19.0'
+ implementation 'org.apache.commons:commons-lang3:3.20.0'
99
100
//All dependencies below are only for tests
101
testImplementation("org.testcontainers:testcontainers:2.0.2")
0 commit comments