From f369bf87bded9be9d8984b1b0684948c27c02737 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Thu, 29 Jun 2023 16:34:09 +0100 Subject: [PATCH] Update BND to 6.4.1 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index eeeb3caddc57..d9b4d7d734b5 100644 --- a/build.properties.default +++ b/build.properties.default @@ -281,12 +281,12 @@ 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=6.4.0 +bnd.version=6.4.1 -# checksums for biz.aQute.bnd-6.4.0.jar +# checksums for biz.aQute.bnd-6.4.1.jar bnd.checksum.enabled=true bnd.checksum.algorithm=MD5|SHA-1 -bnd.checksum.value=a812b31a81f05767ea11896a81cd8eab|8a359edbb02aad9138b7824a0d7bbe22f02cf990 +bnd.checksum.value=78a21ab586850832a78342b8d0a99f64|91f28d145a1284f270a3d2cdc886863460c89833 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 2c2d09e96b09..2f481c7d21b9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -224,6 +224,9 @@ Update Checkstyle to 10.12.1. (markt) + + Update BND to 6.4.1. (markt) +