This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0a7d9beb8dddeb3bbb17399768c47464cac5b9ee Author: Mark Thomas <[email protected]> AuthorDate: Mon Sep 29 13:04:49 2025 +0100 Update Byte Buddy to 1.17.7 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index a9e55de6be..4fb4c524ba 100644 --- a/build.properties.default +++ b/build.properties.default @@ -250,10 +250,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.17.5 +bytebuddy.version=1.17.7 bytebuddy.checksum.enabled=true -bytebuddy.checksum.algorithm=MD5|SHA-1 -bytebuddy.checksum.value=cf90ce9f1d325155ec7b0276a781c592|88450f120903b7e72470462cdbd2b75a3842223c +bytebuddy.checksum.algorithm=SHA-512 +bytebuddy.checksum.value=9c10e50598e139fe7099ff8c5f13adebeacb12df07c6ae23129a462e87e085c66a763900eaa5fabaf9cb7bb0a8410fc3af1ce7eadd4f40983bf9a0c4be7c42d1 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 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1f4b9dc9e2..36a2dabb51 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -321,6 +321,9 @@ Update Derby to 10.17.1.0. (markt) </update> <!-- Entries for backport and removal before 12.0.0-M1 below this line --> + <update> + Update Byte Buddy to 1.17.7. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
