Skip to content

Commit 45db838

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.3 to 1.17.4
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.3 to 1.17.4. - [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.3...byte-buddy-1.17.4) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e8ce2f commit 45db838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
3131
exclude group: 'org.codehaus.groovy'
3232
}
33-
testImplementation 'net.bytebuddy:byte-buddy:1.17.3'
33+
testImplementation 'net.bytebuddy:byte-buddy:1.17.4'
3434
testImplementation 'org.objenesis:objenesis:3.4'
3535
}
3636

0 commit comments

Comments
 (0)