Skip to content

Commit

Permalink
Update Byte Buddy to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 29, 2025
1 parent 6a23571 commit 868d4f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar
objenesis.loc=${base-maven.loc}/org/objenesis/objenesis/${objenesis.version}/objenesis-${objenesis.version}.jar

# ----- byte-buddy, used by EasyMock, version 1.12.18 or later -----
bytebuddy.version=1.15.10
bytebuddy.version=1.16.1
bytebuddy.checksum.enabled=true
bytebuddy.checksum.algorithm=MD5|SHA-1
bytebuddy.checksum.value=0b029979f5bf509510f91c1a49fd4adb|635c873fadd853c084f84fdc3cbd58c5dd8537f9
bytebuddy.checksum.value=ba44d75d8a9a19e029ce52a8010b2238|f95f4d5efa5e07706129048a62b38a0acb35592c
bytebuddy.home=${base.path}/byte-buddy-${bytebuddy.version}
bytebuddy.jar=${bytebuddy.home}/byte-buddy-${bytebuddy.version}.jar
bytebuddy.loc=${base-maven.loc}/net/bytebuddy/byte-buddy/${bytebuddy.version}/byte-buddy-${bytebuddy.version}.jar
Expand Down
3 changes: 3 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@
<update>
Update the internal fork of Commons Pool to 2.12.1. (markt)
</update>
<update>
Update Byte Buddy to 1.16.1. (markt)
</update>
</changelog>
</subsection>
</section>
Expand Down

0 comments on commit 868d4f7

Please sign in to comment.