Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.22 to 1.14.0.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.12.22...byte-buddy-1.14.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 062ae95 commit 023e39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-plugins/opensearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation 'software.amazon.awssdk:apache-client'
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'net.bytebuddy:byte-buddy:1.12.22'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.12.22'
testImplementation 'net.bytebuddy:byte-buddy:1.14.0'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.0'
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
}

Expand Down

0 comments on commit 023e39a

Please sign in to comment.