Skip to content

Commit f2503e9

Browse files
committed
Update com.palantir.javaformat:palantir-java-format to version 2.39.0
1 parent ed70fa3 commit f2503e9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<osgi.annotation.version>8.1.0</osgi.annotation.version>
283283
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
284284
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
285-
<palantir-java-format.version>2.38.0</palantir-java-format.version>
285+
<palantir-java-format.version>2.39.0</palantir-java-format.version>
286286
<spotbugs-annotations.version>4.8.3</spotbugs-annotations.version>
287287

288288
<!-- plugin versions -->
@@ -878,6 +878,15 @@ import org.apache.commons.codec.digest.*;
878878
</yaml>
879879
<lineEndings>UNIX</lineEndings>
880880
</configuration>
881+
<dependencies>
882+
<!-- `com.palantir.javaformat:palantir-java-format` is a fake dependency to receive updates from `dependabot`, `maven-versions-plugin`, etc.
883+
This dependency is not needed to be defined here, it is implied by `<palantirJavaFormat>` element above. -->
884+
<dependency>
885+
<groupId>com.palantir.javaformat</groupId>
886+
<artifactId>palantir-java-format</artifactId>
887+
<version>${palantir-java-format.version}</version>
888+
</dependency>
889+
</dependencies>
881890
<executions>
882891
<execution>
883892
<id>default-spotless</id>

0 commit comments

Comments
 (0)