You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/18 11:55:15 UTC

(logging-parent) 01/02: Update `com.palantir.javaformat:palantir-java-format` to version `2.39.0`

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 f2503e922485b2cadcc8a3a45700c1328908685f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Dec 18 12:48:56 2023 +0100

    Update `com.palantir.javaformat:palantir-java-format` to version `2.39.0`
---
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fed644c..cf52a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
     <osgi.annotation.version>8.1.0</osgi.annotation.version>
     <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>
+    <palantir-java-format.version>2.39.0</palantir-java-format.version>
     <spotbugs-annotations.version>4.8.3</spotbugs-annotations.version>
 
     <!-- plugin versions -->
@@ -878,6 +878,15 @@ import org.apache.commons.codec.digest.*;
           </yaml>
           <lineEndings>UNIX</lineEndings>
         </configuration>
+        <dependencies>
+          <!-- `com.palantir.javaformat:palantir-java-format` is a fake dependency to receive updates from `dependabot`, `maven-versions-plugin`, etc.
+               This dependency is not needed to be defined here, it is implied by `<palantirJavaFormat>` element above. -->
+          <dependency>
+            <groupId>com.palantir.javaformat</groupId>
+            <artifactId>palantir-java-format</artifactId>
+            <version>${palantir-java-format.version}</version>
+          </dependency>
+        </dependencies>
         <executions>
           <execution>
             <id>default-spotless</id>