diff --git a/examples/extension/build.gradle b/examples/extension/build.gradle index 43cfdb45f05d..4a8dd3042a40 100644 --- a/examples/extension/build.gradle +++ b/examples/extension/build.gradle @@ -95,7 +95,7 @@ dependencies { Only dependencies added to `implementation` configuration will be picked up by Shadow plugin and added to the resulting jar for our extension's distribution. */ - implementation 'org.apache.commons:commons-lang3:3.19.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' //All dependencies below are only for tests testImplementation("org.testcontainers:testcontainers:2.0.2")