Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 in /examples/extension (#9076)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d0efd30207
commit
b501d9c416
|
@ -96,7 +96,7 @@ dependencies {
|
||||||
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
|
Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
|
||||||
and added to the resulting jar for our extension's distribution.
|
and added to the resulting jar for our extension's distribution.
|
||||||
*/
|
*/
|
||||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
implementation 'org.apache.commons:commons-lang3:3.13.0'
|
||||||
|
|
||||||
//All dependencies below are only for tests
|
//All dependencies below are only for tests
|
||||||
testImplementation("org.testcontainers:testcontainers:1.18.3")
|
testImplementation("org.testcontainers:testcontainers:1.18.3")
|
||||||
|
|
Loading…
Reference in New Issue