Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 in /data-prepper-core
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 4, 2023
1 parent fbfb82e commit 5239612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation testLibs.spring.test
implementation libs.armeria.core
implementation libs.armeria.grpc
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'software.amazon.awssdk:acm'
implementation 'software.amazon.awssdk:s3'
implementation 'software.amazon.awssdk:apache-client'
Expand All @@ -52,7 +52,7 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
testImplementation testLibs.junit.vintage
testImplementation testLibs.mockito.inline
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'org.apache.commons:commons-lang3:3.13.0'
testImplementation project(':data-prepper-api').sourceSets.test.output
}

Expand Down

0 comments on commit 5239612

Please sign in to comment.