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 4c5ecc1 Update `com.github.spotbugs:spotbugs-maven-plugin` to version
`4.8.1.0` (#57)
4c5ecc1 is described below
commit 4c5ecc13182f43017b2291d16f6b02e82eeed436
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Nov 7 11:00:18 2023 +0000
Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`
(#57)
---
pom.xml | 2 +-
.../.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml | 8 ++++++++
src/site/_release-notes/_10.x.x.adoc | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e501ae9..37d257e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@
<log4j-changelog-maven-plugin.version>0.5.0</log4j-changelog-maven-plugin.version>
<maven-artifact-plugin.version>3.5.0</maven-artifact-plugin.version>
<sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>
- <spotbugs-maven-plugin.version>4.7.3.6</spotbugs-maven-plugin.version>
+ <spotbugs-maven-plugin.version>4.8.1.0</spotbugs-maven-plugin.version>
<spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
<xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
diff --git
a/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml
b/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml
new file mode 100644
index 0000000..5829f02
--- /dev/null
+++ b/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.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="57" link="https://github.com/apache/logging-parent/pull/57"/>
+ <description format="asciidoc">Update
`com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 5859b0f..3c2c842 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -45,13 +45,14 @@ This minor release contains several small improvements.
* Add support to extend the `bnd-maven-plugin` configuration with
`bnd-extra-config` property
(https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895])
* Add support to replace `project.build.outputTimestamp` Maven property in CI
(https://github.com/apache/logging-parent/issues/50[50])
-* Add XSLT transformation step to add a deterministic `serialNumber` and VEX
links to the SBOM.
+* Add XSLT transformation step to add a deterministic `serialNumber` and VDR
links to the SBOM
==== Changed
* `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-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`
* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10`
(https://github.com/apache/logging-parent/pull/54[54])