This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 16e3f69df8ab18f5e1282e3c6a35405102d3e958 Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 2 14:59:23 2026 +0100 Update bnd to 7.4.0 --- 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 ae1e4afab7..e6f83f5bab 100644 --- a/build.properties.default +++ b/build.properties.default @@ -295,10 +295,10 @@ spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/ # ----- bnd, version 6.3.0 or later ----- # ----- provides OSGI metadata for JARs ----- -bnd.version=7.3.0 +bnd.version=7.4.0 bnd.checksum.enabled=true bnd.checksum.algorithm=MD5|SHA-1 -bnd.checksum.value=9505353b6427f73422cb86e523d4d851|c57c732c782afcb2a8880415a45ec709746261b6 +bnd.checksum.value=50b9f54131937462e0733b5819a2a6be|db23fe628928bfee11a86151e8a5140d1bda38a9 bnd.home=${base.path}/bnd-${bnd.version} bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index dafad2dcdc..d459025e01 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -522,6 +522,9 @@ <update> Update Easymock to 5.7.0. (markt) </update> + <update> + Update bnd to 7.4.0. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
