This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 13eb9de SLING-12186 Update to newest palantir and spotless versions
13eb9de is described below
commit 13eb9de620eb092c1d31320163584b9fbe8bc8dc
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jan 30 13:08:36 2024 +0100
SLING-12186 Update to newest palantir and spotless versions
---
sling-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 55469b5..3e191a4 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -270,7 +270,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>2.41.1</version>
+ <version>2.43.0</version>
</plugin>
</plugins>
</pluginManagement>
@@ -442,7 +442,7 @@
<!-- orders of used formatters are important MPOM-376
-->
<!-- eg. palantir overrides importOrder, so should be
first -->
<palantirJavaFormat>
- <version>2.39.0</version>
+ <version>2.40.0</version>
</palantirJavaFormat>
<removeUnusedImports />
<!--
https://github.com/diffplug/spotless/tree/main/plugin-maven#java -->