Skip to content

Commit b7effdd

Browse files
Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.11 to 1.14.13. - [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.14.11...byte-buddy-1.14.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d65c426 commit b7effdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-prepper-plugins/opensearch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
}
4242
testImplementation testLibs.junit.vintage
4343
testImplementation libs.commons.io
44-
testImplementation 'net.bytebuddy:byte-buddy:1.14.12'
45-
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.12'
44+
testImplementation 'net.bytebuddy:byte-buddy:1.14.13'
45+
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.13'
4646
testImplementation testLibs.slf4j.simple
4747
testImplementation testLibs.mockito.inline
4848
}

0 commit comments

Comments
 (0)