diff --git a/Dockerfile b/Dockerfile index 293a220..be0ad49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ADD artemis-java-template /opt/artemis-java-template RUN cd /opt/artemis-java-template && pwd && ls -la && mvn clean install test && mvn spotbugs:spotbugs checkstyle:checkstyle pmd:pmd -RUN cd /opt/artemis-java-template && pwd && ls -la && ./gradlew clean publishToMavenLocal test && ./gradlew check && ./gradlew --version +RUN cd /opt/artemis-java-template && pwd && ls -la && ./gradlew clean test check -x test publishToMavenLocal && ./gradlew --version RUN rm -rf /opt/artemis-java-template diff --git a/artemis-java-template/build.gradle b/artemis-java-template/build.gradle index 398453c..fa6bd02 100644 --- a/artemis-java-template/build.gradle +++ b/artemis-java-template/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'com.teamscale' version '27.0.1' id 'org.openjfx.javafxplugin' version '0.0.13' - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.2' id 'io.spring.dependency-management' version '1.1.0' id 'org.checkerframework' version '0.6.20' } @@ -19,7 +19,7 @@ repositories { } dependencies { - testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.1' + testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.2' implementation 'org.apache.commons:commons-lang3:3.12.0' } diff --git a/artemis-java-template/pom.xml b/artemis-java-template/pom.xml index 73b6dfc..ca8eef3 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.2 - 4.11.0 - 3.0.1 - 1.12.20 + 5.1.1 + 3.0.2 + 1.12.23 ${project.basedir}/staticCodeAnalysisConfig false @@ -20,7 +20,7 @@ de.tum.in.ase artemis-java-test-sandbox - 1.11.1 + 1.11.2 org.apache.commons @@ -30,13 +30,13 @@ org.junit.vintage junit-vintage-engine - 5.9.1 + 5.9.2 test org.junit.platform junit-platform-testkit - 1.9.1 + 1.9.2 test @@ -77,12 +77,12 @@ com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.14.2 org.jsonschema2pojo jsonschema2pojo-core - 1.1.2 + 1.1.3 org.eclipse.jgit @@ -157,7 +157,7 @@ net.jqwik jqwik - 1.7.1 + 1.7.2 test @@ -170,6 +170,11 @@ byte-buddy-agent ${bytebuddy.version} + + com.google.inject + guice + 5.1.0 + org.codehaus.plexus plexus-interpolation