mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Bump byte-buddy from 1.11.2 to 1.11.5 (#3886)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.2 to 1.11.5. - [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.2...byte-buddy-1.11.5) --- 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:
@@ -21,7 +21,7 @@ dependencies {
|
||||
testImplementation(libs.mockk)
|
||||
|
||||
constraints {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.2") {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
|
||||
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
testImplementation(libs.mockk)
|
||||
|
||||
constraints {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.2") {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
|
||||
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ dependencies {
|
||||
testImplementation(libs.mockk)
|
||||
|
||||
constraints {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.2") {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
|
||||
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
testImplementation(libs.mockk)
|
||||
|
||||
constraints {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.2") {
|
||||
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
|
||||
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user