This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 52ce8826bc Update Byte Buddy to 1.18.9
52ce8826bc is described below
commit 52ce8826bc53db587f1414ccf7c707650fccf954
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 1 15:02:16 2026 +0100
Update Byte Buddy to 1.18.9
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 4439ad3c9f..f8c9f91839 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -277,10 +277,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.18.8
+bytebuddy.version=1.18.9
bytebuddy.checksum.enabled=true
bytebuddy.checksum.algorithm=SHA-512
-bytebuddy.checksum.value=0e50f1c029c91831fada246eb57a3898e327aed0e9b8b5052c1d66ff58b0d1a8b9a1c255b60da286a30cca60c1a964377c40e5fb7988bf4839f8c8ab1289b5f6
+bytebuddy.checksum.value=d0cf2517b0b78287747485da86468e59fbe67a313453e005a5ed376b47607c99d6d83176a9986970963b6ce458ab2eab37db4089331d2ed17b45b7337c5ca7af
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 bc0b133737..9fa80739ae 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -202,6 +202,13 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <update>
+ Update Byte Buddy to 1.18.9. (markt)
+ </update>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 9.0.119 (remm)" rtext="2026-06-23">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]