fix(deps): update dependency org.apache.commons:commons-lang3 to v3.15.0 (main) (#11848)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-22 14:24:58 +03:00 committed by GitHub
parent ec5a9051f9
commit 2a35b8d759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,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.14.0'
implementation 'org.apache.commons:commons-lang3:3.15.0'
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.20.0")