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 2e862f8 Update `com.github.spotbugs:spotbugs-annotations` to version
`4.8.2` (#68)
2e862f8 is described below
commit 2e862f8f884b22964924b6f4a32ab53bfd42c180
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Nov 30 10:55:56 2023 +0000
Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (#68)
---
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 a4f618c..5a26224 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
<palantir-java-format.version>2.38.0</palantir-java-format.version>
- <spotbugs-annotations.version>4.8.1</spotbugs-annotations.version>
+ <spotbugs-annotations.version>4.8.2</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..c1a877f
--- /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="68" link="https://github.com/apache/logging-parent/pull/68"/>
+ <description format="asciidoc">Update
`com.github.spotbugs:spotbugs-annotations` to version `4.8.2`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 4ae40ef..6aa047a 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -45,5 +45,6 @@ This minor release contains several small improvements.
* Update `actions/setup-java` to version `4.0.0`
(https://github.com/apache/logging-parent/pull/67[67])
* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.0`
(https://github.com/apache/logging-parent/pull/66[66])
+* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2`
(https://github.com/apache/logging-parent/pull/68[68])
* Update `github/codeql-action` to version `2.22.8`
(https://github.com/apache/logging-parent/pull/64[64])
* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0`
(https://github.com/apache/logging-parent/pull/65[65])