This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 15a24288c7 Update Byte Buddy to 1.17.7
15a24288c7 is described below

commit 15a24288c77448bf0d43c43a761b932ab26663f3
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 | 7 +++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 586e04942e..7f3d309c0e 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -251,10 +251,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 70b73cb053..0884dcf805 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -175,6 +175,13 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update Byte Buddy to 1.17.7. (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 11.0.11 (markt)" rtext="2025-09-05">
   <subsection name="Catalina">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to