Skip to content

Commit

Permalink
Update byte-buddy to v1.17.0 (#986)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 437f745 commit 06bf979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiguardian = "1.1.2"
assertj = "3.27.3"
awaitility = "4.2.2"
bnd-annotation = "7.1.0"
byte-buddy = "1.16.1"
byte-buddy = "1.17.0"
checkstyle = "10.21.2"
cleanthat = "2.22"
commons-codec = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<assertj.version>3.27.3</assertj.version>
<awaitility.version>4.2.2</awaitility.version>
<bnd-annotation.version>7.1.0</bnd-annotation.version>
<byte-buddy.version>1.16.1</byte-buddy.version>
<byte-buddy.version>1.17.0</byte-buddy.version>
<checkstyle.version>10.21.2</checkstyle.version>
<cleanthat.version>2.22</cleanthat.version>
<commons-codec.version>1.18.0</commons-codec.version>
Expand Down

0 comments on commit 06bf979

Please sign in to comment.