Skip to content

Commit 4372c2d

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.5 to 1.17.6. - [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.5...byte-buddy-1.17.6) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 951560f commit 4372c2d

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
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
8282
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
8383
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
84-
testImplementation 'net.bytebuddy:byte-buddy:1.17.5' // Mocks of classes
84+
testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Mocks of classes
8585

8686
// testcontainers (docker framework for testing)
8787
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)