Skip to content

Commit 4bd998f

Browse files
fix(deps): update byte buddy packages to v1.17.5 (patch) (#13624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 2c6cc61 commit 4bd998f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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 {

licenses/licenses.md

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)