From 7d2b08416b684972821029d5fce2abf0013cc3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:33:43 +0000 Subject: [PATCH] fix(deps): update dependency com.palantir.javaformat:palantir-java-format to v2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0288277c78..d4ee55aa9a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -114,7 +114,7 @@ dependencies { compatKtLint1Dot0Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-standard:1.0.0' compatKtLint1Dot0Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.0' // palantirJavaFormat - palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm + palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:2.38.0' // this version needs to stay compilable against Java 8 for CI Job testNpm // scalafmt scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.7.3" // sortPom