This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new a5a5639 Update `biz.aQute.bnd:biz.aQute.bnd.annotation` to version
`7.0.0` (#42)
a5a5639 is described below
commit a5a5639b07ca909569ff745e7bae025cd9ec2660
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 18 10:51:52 2023 +0000
Update `biz.aQute.bnd:biz.aQute.bnd.annotation` to version `7.0.0` (#42)
---
pom.xml | 2 +-
.../.10.x.x/update_biz_aqute_bnd_biz_aqute_bnd_annotation.xml | 8 ++++++++
src/site/_release-notes/_10.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index adf84cd..80bad33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
<!-- dependency versions -->
<org.eclipse.jgit.version>6.8.0.202311291450-r</org.eclipse.jgit.version>
<!-- These are annotation with a retention of CLASS. They can be freely
upgraded. -->
- <bnd.annotation.version>6.4.1</bnd.annotation.version>
+ <bnd.annotation.version>7.0.0</bnd.annotation.version>
<osgi.annotation.version>8.1.0</osgi.annotation.version>
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
diff --git
a/src/changelog/.10.x.x/update_biz_aqute_bnd_biz_aqute_bnd_annotation.xml
b/src/changelog/.10.x.x/update_biz_aqute_bnd_biz_aqute_bnd_annotation.xml
new file mode 100644
index 0000000..7f93a1c
--- /dev/null
+++ b/src/changelog/.10.x.x/update_biz_aqute_bnd_biz_aqute_bnd_annotation.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="42" link="https://github.com/apache/logging-parent/pull/42"/>
+ <description format="asciidoc">Update
`biz.aQute.bnd:biz.aQute.bnd.annotation` to version `7.0.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index ca838ae..9bfe00b 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -46,6 +46,7 @@ This minor release contains several small improvements.
* Switch from `bnd:jar` to `bnd:bnd-process` to improve integration with the
ecosystem; IDEs, Maven plugins, etc.
(https://github.com/apache/logging-parent/issues/69[69])
* Update `actions/setup-java` to version `4.0.0`
(https://github.com/apache/logging-parent/pull/67[67])
* Update `actions/upload-artifact` to version `4.0.0`
(https://github.com/apache/logging-parent/pull/83[83])
+* Update `biz.aQute.bnd:biz.aQute.bnd.annotation` to version `7.0.0`
(https://github.com/apache/logging-parent/pull/42[42])
* Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.0.0`
(https://github.com/apache/logging-parent/pull/78[78])
* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1`
(https://github.com/apache/logging-parent/pull/70[70])
* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3`
(https://github.com/apache/logging-parent/pull/80[80])