Skip to content

Commit 1ba2c52

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.15.7
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.14 to 1.15.7. - [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.14...byte-buddy-1.15.7) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8ef373 commit 1ba2c52

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
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation("org.apache.groovy:groovy:4.0.21")
2929
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
3030
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
31-
testImplementation("net.bytebuddy:byte-buddy:1.14.14")
31+
testImplementation("net.bytebuddy:byte-buddy:1.15.7")
3232
}
3333

3434
repositories {

0 commit comments

Comments
 (0)