Skip to content

Commit f3fc293

Browse files
chore(deps): bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7 (#151)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.6 to 1.17.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.17.6...byte-buddy-1.17.7) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 589e63a commit f3fc293

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
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation ('org.mockito:mockito-core:4.11.0') {
3434
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21
3535
}
36-
testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Use the latest available version
36+
testImplementation 'net.bytebuddy:byte-buddy:1.17.7' // Use the latest available version
3737
testImplementation 'org.mockito:mockito-inline:4.11.0'
3838
}
3939

0 commit comments

Comments
 (0)