Skip to content

Commit

Permalink
upgrade bytebuddy to 1.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Mar 11, 2021
1 parent 0c7e355 commit ef9d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
junit5 : "5.6.2",
logback : "1.2.3",
lombok : "1.18.18",
bytebuddy : "1.10.21",
bytebuddy : "1.10.22",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
scala210 : "2.10.7",
scala211 : "2.11.12",
Expand Down

0 comments on commit ef9d5c1

Please sign in to comment.