Skip to content

Commit 4e611a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
}
5454

5555
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
56-
testRuntimeOnly "net.bytebuddy:byte-buddy:1.17.7" // allows Spock to mock classes (in addition to interfaces)
56+
testRuntimeOnly "net.bytebuddy:byte-buddy:1.18.1" // allows Spock to mock classes (in addition to interfaces)
5757
testRuntimeOnly "org.objenesis:objenesis:3.4" // Allow Spock to mock classes with constructor arguments
5858
testRuntimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j
5959
}

0 commit comments

Comments
 (0)