Bump byte-buddy from 1.11.1 to 1.11.2 (#3872)

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.1...byte-buddy-1.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-16 14:37:22 +02:00
committed by GitHub
parent f9684df82a
commit 8f5de1b40a
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ dependencies {
testImplementation(libs.mockk)
constraints {
testImplementation("net.bytebuddy:byte-buddy:1.11.1") {
testImplementation("net.bytebuddy:byte-buddy:1.11.2") {
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
}
}