Skip to content

Commit

Permalink
Bump commons-io:commons-io in /data-prepper-plugins/opensearch
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.12.0 to 2.13.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent ed7001c commit 3bdd9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/opensearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation 'software.amazon.awssdk:apache-client'
testImplementation testLibs.junit.vintage
testImplementation 'commons-io:commons-io:2.12.0'
testImplementation 'commons-io:commons-io:2.13.0'
testImplementation 'net.bytebuddy:byte-buddy:1.14.4'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.4'
testImplementation testLibs.slf4j.simple
Expand Down

0 comments on commit 3bdd9a3

Please sign in to comment.