Skip to content

Commit

Permalink
chore(deps): bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0 (#84)
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.16.1 to 1.17.0.
- [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.16.1...byte-buddy-1.17.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent d3dd32d commit 03ff8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation ('org.mockito:mockito-core:4.11.0') {
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21
}
testImplementation 'net.bytebuddy:byte-buddy:1.16.1' // Use the latest available version
testImplementation 'net.bytebuddy:byte-buddy:1.17.0' // Use the latest available version
testImplementation 'org.mockito:mockito-inline:4.11.0'
}

Expand Down

0 comments on commit 03ff8e9

Please sign in to comment.