This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.5.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 4d8d0beebab25dd22baf3ca0c5dd6ed5d03934ea Author: ASF Logging Services RM <[email protected]> AuthorDate: Wed Dec 13 10:21:04 2023 +0000 Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3` (#80) --- pom.xml | 2 +- .../10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml | 4 ++-- src/site/_release-notes/_10.x.x.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 966ce95..174a7c1 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.2</spotbugs-annotations.version> + <spotbugs-annotations.version>4.8.3</spotbugs-annotations.version> <!-- plugin versions --> <asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version> diff --git a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml index c1a877f..1671973 100644 --- a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml +++ b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml @@ -3,6 +3,6 @@ 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> + <issue id="80" link="https://github.com/apache/logging-parent/pull/80"/> + <description format="asciidoc">Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3`</description> </entry> diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index 5886c2b..d692eff 100644 --- a/src/site/_release-notes/_10.x.x.adoc +++ b/src/site/_release-notes/_10.x.x.adoc @@ -47,7 +47,7 @@ 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 `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.2` (https://github.com/apache/logging-parent/pull/68[68]) +* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3` (https://github.com/apache/logging-parent/pull/80[80]) * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (https://github.com/apache/logging-parent/pull/71[71]) * Update `github/codeql-action` to version `2.22.10` (https://github.com/apache/logging-parent/pull/79[79]) * Update `org.apache:apache` to version `31` (https://github.com/apache/logging-parent/pull/73[73])
