Skip to content

Commit

Permalink
fix(deps): update bytebuddyversion to v1.14.8 (#9468)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
renovate[bot] and laurit authored Sep 14, 2023
1 parent 48c6796 commit 50e8d81
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val DEPENDENCY_BOMS = listOf(
val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.10.4"
val errorProneVersion = "2.21.1"
val byteBuddyVersion = "1.14.7"
val byteBuddyVersion = "1.14.8"
val asmVersion = "9.5"
val jmhVersion = "1.37"
val mockitoVersion = "4.11.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations.named("compileOnly") {
extendsFrom(bbGradlePlugin)
}

val byteBuddyVersion = "1.14.7"
val byteBuddyVersion = "1.14.8"
val aetherVersion = "1.1.0"

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions licenses/licenses.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50e8d81

Please sign in to comment.