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 537b596e75 Update Byte Buddy to 1.17.5
537b596e75 is described below
commit 537b596e75471c2f30d164267e23d94b5cd1989a
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Apr 28 20:49:58 2025 +0100
Update Byte Buddy to 1.17.5
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 6afb712be6..c606556553 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -272,10 +272,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.4
+bytebuddy.version=1.17.5
bytebuddy.checksum.enabled=true
bytebuddy.checksum.algorithm=MD5|SHA-1
-bytebuddy.checksum.value=7ba5cdb49a0e311e730b9a6dde61f95a|ffb8488d93290eff074fb542a596e4c5a26d0315
+bytebuddy.checksum.value=cf90ce9f1d325155ec7b0276a781c592|88450f120903b7e72470462cdbd2b75a3842223c
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 6dce49b0c1..c6cd668373 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -158,6 +158,9 @@
Explicitly set the locale to be used for Javadoc. For official
releases,
this locale will be English (US) to support reproducible builds.
</add>
+ <update>
+ Update Byte Buddy to 1.17.5. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]