This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 1cb1a23184 Update Byte Buddy to 1.15.4 1cb1a23184 is described below commit 1cb1a231845f346083722b70a1afdbe6a4636758 Author: remm <r...@apache.org> AuthorDate: Mon Oct 14 14:24:09 2024 +0200 Update Byte Buddy to 1.15.4 --- 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 5422c489e3..152118a787 100644 --- a/build.properties.default +++ b/build.properties.default @@ -263,10 +263,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.15.3 +bytebuddy.version=1.15.4 bytebuddy.checksum.enabled=true bytebuddy.checksum.algorithm=MD5|SHA-1 -bytebuddy.checksum.value=3406712dd496bcda0136945c6e77711c|01b3069696cd9ed55d90b9114ffe3429035ff924 +bytebuddy.checksum.value=eee284717781f391c48e7c87644480a4|e8bd42992701720649765383ff570f415190b83f 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 c29f997648..5cbafad3d2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -166,6 +166,13 @@ </fix> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <update> + Update Byte Buddy to 1.15.4. (remm) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 10.1.31 (schultz)" rtext="2024-10-09"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org