From 4a2519c4a1b892d6cf0491dafc4870a3e07b6e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 09:10:00 +0000 Subject: [PATCH] Update dependency com.github.ekryd.sortpom:sortpom-sorter to v3.2.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index e35009c398..474ab88cad 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -63,7 +63,7 @@ dependencies { testCommonImplementation "com.diffplug.durian:durian-testlib:$VER_DURIAN" // used for pom sorting - sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.0.0' + sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.2.1' sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0' palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm