File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 282
282
<osgi .annotation.version>8.1.0</osgi .annotation.version>
283
283
<osgi .annotation.bundle.version>2.0.0</osgi .annotation.bundle.version>
284
284
<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>
286
286
<spotbugs-annotations .version>4.8.3</spotbugs-annotations .version>
287
287
288
288
<!-- plugin versions -->
@@ -878,6 +878,15 @@ import org.apache.commons.codec.digest.*;
878
878
</yaml >
879
879
<lineEndings >UNIX</lineEndings >
880
880
</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 >
881
890
<executions >
882
891
<execution >
883
892
<id >default-spotless</id >
You can’t perform that action at this time.
0 commit comments