From e5e100076c518df1f1bf6bf5b5cc3a309f95c729 Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Mon, 11 Nov 2024 09:24:37 +0100 Subject: [PATCH] feat(deps): add spotless-maven-plugin 2.43.0 and palantir-java-format 2.50.0 --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 8e34f06..ca351f3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,8 @@ 3.13.0 3.5.2 0.8.12 + 2.43.0 + 2.50.0 quarkus-bom io.quarkus.platform @@ -132,6 +134,29 @@ + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + check + + compile + + + + + + + ${palantir-java-format.version} + + false + + + +