This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new da3b30c96d Update Byte Buddy to 1.17.7
da3b30c96d is described below
commit da3b30c96dd3c322741b23fb2d731251bbecc237
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 a36108f276..d7ea5fb8c1 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -274,10 +274,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 33850bb3d5..cfc18e17f2 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 9.0.109 (remm)" rtext="2025-09-05">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]