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 abe5d74 Update `com.diffplug.spotless:spotless-maven-plugin` to
version `2.41.0` (#66)
abe5d74 is described below
commit abe5d74685faa4712cbb865972297fd8b8d71cd1
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 27 10:20:04 2023 +0000
Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.0`
(#66)
---
pom.xml | 2 +-
.../update_com_diffplug_spotless_spotless_maven_plugin.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 8afb6e5..a4f618c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@
<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.8.1.0</spotbugs-maven-plugin.version>
- <spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
+ <spotless-maven-plugin.version>2.41.0</spotless-maven-plugin.version>
<xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
<!-- plugin dependencies versions -->
diff --git
a/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml
b/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml
new file mode 100644
index 0000000..48fbb48
--- /dev/null
+++
b/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_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="66" link="https://github.com/apache/logging-parent/pull/66"/>
+ <description format="asciidoc">Update
`com.diffplug.spotless:spotless-maven-plugin` to version `2.41.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index ab71596..5cf7e17 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -43,5 +43,6 @@ This minor release contains several small improvements.
==== Changed
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.0`
(https://github.com/apache/logging-parent/pull/66[66])
* 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])