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 b34cfa7 Update `com.github.spotbugs:spotbugs-annotations` to version
`4.8.1` (#58)
b34cfa7 is described below
commit b34cfa791fef8a61d5227cf864ab34b658e5bb16
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Nov 7 11:00:42 2023 +0000
Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1` (#58)
---
pom.xml | 2 +-
.../.10.x.x/update_com_github_spotbugs_spotbugs_annotations.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 37d257e..67a1f04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
<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>
- <spotbugs-annotations.version>4.8.0</spotbugs-annotations.version>
+ <spotbugs-annotations.version>4.8.1</spotbugs-annotations.version>
<!-- plugin versions -->
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
diff --git
a/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_annotations.xml
b/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_annotations.xml
new file mode 100644
index 0000000..e3e5bf2
--- /dev/null
+++ b/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_annotations.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="58" link="https://github.com/apache/logging-parent/pull/58"/>
+ <description format="asciidoc">Update
`com.github.spotbugs:spotbugs-annotations` to version `4.8.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 3c2c842..6ade808 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -52,6 +52,7 @@ This minor release contains several small improvements.
* `deploy-release-reusable.yaml` is improved to automatically derive deployed
artifacts as attachments. This renders both
`distribution-attachment-filepath-pattern` and `distribution-attachment-count`
input arguments redundant for almost all cases.
* Disable the usage of `<distributionManagement>` and alpha releases in the
`bnd-baseline-maven-plugin`.
* Convert `bnd-maven-plugin` API leakage warnings to errors
(https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895])
+* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1`
(https://github.com/apache/logging-parent/pull/58[58])
* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`
(https://github.com/apache/logging-parent/pull/57[57])
* Update `com.google.errorprone:error_prone_core` to version `2.23.0`
(https://github.com/apache/logging-parent/pull/49[49])
* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`