Skip to content

Commit 332d2e1

Browse files
chore(deps): bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.10 (#65)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.1 to 1.15.10. - [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.15.1...byte-buddy-1.15.10) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 681d972 commit 332d2e1

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

0 commit comments

Comments
 (0)