diff --git a/Dockerfile b/Dockerfile index 8c5b8f9..2ecd1d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3-eclipse-temurin-17 +FROM maven:3.9.6-eclipse-temurin-17 MAINTAINER Stephan Krusche diff --git a/artemis-java-template/build.gradle b/artemis-java-template/build.gradle index e932203..e5db5c2 100644 --- a/artemis-java-template/build.gradle +++ b/artemis-java-template/build.gradle @@ -110,7 +110,7 @@ pmd { ruleSets = ["$scaConfigDirectory/pmd-configuration.xml"] rulesMinimumPriority = 5 ignoreFailures = true - toolVersion = '7.0.0' + toolVersion = '7.2.0' // exclude the test files pmdTest.enabled = false pmdMain.reports { diff --git a/artemis-java-template/pom.xml b/artemis-java-template/pom.xml index 060b2d3..849f428 100644 --- a/artemis-java-template/pom.xml +++ b/artemis-java-template/pom.xml @@ -10,9 +10,9 @@ UTF-8 -Dfile.encoding=UTF-8 17.0.8 - 5.11.0 - 3.2.4 - 1.14.13 + 5.12.0 + 3.3.0 + 1.14.17 ${project.basedir}/staticCodeAnalysisConfig false @@ -77,7 +77,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.0 + 2.17.1 org.jsonschema2pojo @@ -260,7 +260,7 @@ org.eclipse.tycho tycho-compiler-jdt - 4.0.7 + 4.0.8 @@ -339,7 +339,7 @@ com.puppycrawl.tools checkstyle - 10.15.0 + 10.17.0 @@ -359,12 +359,12 @@ net.sourceforge.pmd pmd-core - 7.0.0 + 7.2.0 net.sourceforge.pmd pmd-java - 7.0.0 + 7.2.0