Skip to content

Commit 81d9841

Browse files
fix(deps): update byte buddy packages to v1.17.5
1 parent 2c6cc61 commit 81d9841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
3939
val autoServiceVersion = "1.1.1"
4040
val autoValueVersion = "1.11.0"
4141
val errorProneVersion = "2.37.0"
42-
val byteBuddyVersion = "1.17.4"
42+
val byteBuddyVersion = "1.17.5"
4343
val asmVersion = "9.7.1"
4444
val jmhVersion = "1.37"
4545
val mockitoVersion = "4.11.0"

gradle-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configurations.named("compileOnly") {
2525
extendsFrom(bbGradlePlugin)
2626
}
2727

28-
val byteBuddyVersion = "1.17.4"
28+
val byteBuddyVersion = "1.17.5"
2929
val aetherVersion = "1.1.0"
3030

3131
dependencies {

0 commit comments

Comments
 (0)