Skip to content

Commit 3218ed3

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.14 (#82)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.11 to 1.14.14. - [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.14) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d76ad6 commit 3218ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation("org.apache.groovy:groovy:4.0.18")
2828
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
2929
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
30-
testImplementation("net.bytebuddy:byte-buddy:1.14.11")
30+
testImplementation("net.bytebuddy:byte-buddy:1.14.14")
3131
}
3232

3333
repositories {

0 commit comments

Comments
 (0)