From 761fc21e26d2e84d8bfbf525277836d54a94a0fd Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 18 Oct 2023 14:40:24 +0200 Subject: [PATCH] Use separate versions of SpotBugs and PMD in API and Maven. --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 635050065..8d35b18bc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ edu.hm.hafner codingstyle-pom - 3.29.0 + 3.33.0 @@ -64,15 +64,14 @@ 3.2 1.9.4 1.10.0 - 6.0.4 1.4.0 2.0.9 1.156.6 1.16.1 20230618 2.5.0 - 6.55.0 - 4.7.3 + 6.55.0 + 4.7.3 1.7 3.5.1 @@ -147,7 +146,7 @@ com.github.spotbugs spotbugs - ${spotbugs.version} + ${spotbugs.api.version} com.github.spotbugs @@ -193,7 +192,7 @@ net.sourceforge.pmd pmd-core - ${pmd.version} + ${pmd.api.version} com.ibm.icu @@ -234,7 +233,7 @@ net.sourceforge.pmd pmd-java - ${pmd.version} + ${pmd.api.version} net.sourceforge.saxon