This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch bump-bnd-version in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit c1a1f5e42585611b0b1f20733a4caddb83ce81e3 Author: Ramanathan <[email protected]> AuthorDate: Sat Jul 25 12:04:19 2026 +0530 Update bnd.annotation.version to 7.2.3 --- log4j-parent/pom.xml | 2 +- src/changelog/.2.x.x/4007_update_bnd_annotation.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 86800a8255..97a26c2b2f 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -66,7 +66,7 @@ <assertj.version>3.27.3</assertj.version> <awaitility.version>4.3.0</awaitility.version> <bsh.version>2.0b6</bsh.version> - <bnd.annotation.version>7.1.0</bnd.annotation.version> + <bnd.annotation.version>7.2.3</bnd.annotation.version> <cassandra.version>3.11.19</cassandra.version> <cassandra-driver.version>3.11.5</cassandra-driver.version> <commons-codec.version>1.18.0</commons-codec.version> diff --git a/src/changelog/.2.x.x/4007_update_bnd_annotation.xml b/src/changelog/.2.x.x/4007_update_bnd_annotation.xml new file mode 100644 index 0000000000..fbdde97b9b --- /dev/null +++ b/src/changelog/.2.x.x/4007_update_bnd_annotation.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + https://logging.apache.org/xml/ns + https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="fixed"> + <issue id="4007" link="https://github.com/apache/logging-log4j2/issues/4007"/> + <issue id="4213" link="https://github.com/apache/logging-log4j2/pull/4213"/> + <description format="asciidoc"> + Bump `biz.aQute.bnd.annotation` to version `7.2.3` to fix compiler warnings for Java 8. + </description> +</entry> \ No newline at end of file
