diff --git a/artemis-java-template/build.gradle b/artemis-java-template/build.gradle index 9c98a26..4341412 100644 --- a/artemis-java-template/build.gradle +++ b/artemis-java-template/build.gradle @@ -1,13 +1,13 @@ plugins { id 'checkstyle' id 'pmd' - id 'com.github.spotbugs' version '5.0.13' + id 'com.github.spotbugs' version '5.0.14' id 'maven-publish' - id 'com.teamscale' version '29.1.2' - id 'org.openjfx.javafxplugin' version '0.0.13' - id 'org.springframework.boot' version '3.0.3' + id 'com.teamscale' version '30.0.2' + id 'org.openjfx.javafxplugin' version '0.0.14' + id 'org.springframework.boot' version '3.1.0' id 'io.spring.dependency-management' version '1.1.0' - id 'org.checkerframework' version '0.6.24' + id 'org.checkerframework' version '0.6.27' } apply plugin: 'java' diff --git a/artemis-java-template/gradle/wrapper/gradle-wrapper.jar b/artemis-java-template/gradle/wrapper/gradle-wrapper.jar index ccebba7..c1962a7 100644 Binary files a/artemis-java-template/gradle/wrapper/gradle-wrapper.jar and b/artemis-java-template/gradle/wrapper/gradle-wrapper.jar differ diff --git a/artemis-java-template/gradle/wrapper/gradle-wrapper.properties b/artemis-java-template/gradle/wrapper/gradle-wrapper.properties index fc10b60..37aef8d 100644 --- a/artemis-java-template/gradle/wrapper/gradle-wrapper.properties +++ b/artemis-java-template/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/artemis-java-template/gradlew b/artemis-java-template/gradlew index 79a61d4..aeb74cb 100755 --- a/artemis-java-template/gradlew +++ b/artemis-java-template/gradlew @@ -85,9 +85,6 @@ done APP_BASE_NAME=${0##*/} APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum @@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then done fi + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + # Collect all arguments for the java command; # * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of # shell script including quotes and variable substitutions, so put them in diff --git a/artemis-java-template/pom.xml b/artemis-java-template/pom.xml index 9eb41e4..8f11a75 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 - 5.1.1 - 3.0.3 - 1.14.0 + 5.2.0 + 3.1.0 + 1.14.4 ${project.basedir}/staticCodeAnalysisConfig false @@ -47,7 +47,7 @@ org.json json - 20220924 + 20230227 me.xdrop @@ -77,7 +77,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.2 + 2.15.2 org.jsonschema2pojo @@ -87,7 +87,7 @@ org.eclipse.jgit org.eclipse.jgit - 6.4.0.202211300538-r + 6.5.0.202303070854-r org.apache.logging.log4j @@ -173,7 +173,7 @@ com.google.inject guice - 5.1.0 + 7.0.0 org.codehaus.plexus @@ -194,7 +194,7 @@ org.codehaus.plexus plexus-utils - 3.5.0 + 4.0.0 org.sonatype.spice @@ -216,7 +216,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.3.0 + 3.3.1 @@ -231,7 +231,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 17 17 @@ -260,14 +260,14 @@ org.eclipse.tycho tycho-compiler-jdt - 3.0.3 + 3.0.4 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M9 + 3.1.0 org.apache.maven.plugins @@ -314,7 +314,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.0 + 4.7.3.4 ${analyzeTests} @@ -334,12 +334,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.1 + 3.3.0 com.puppycrawl.tools checkstyle - 10.8.0 + 10.12.0 @@ -349,14 +349,12 @@ Add sun_checks.xml to check for the official Oracle code conventions or add google_checks.xml to check for the Google's Java Style Guide --> ${scaConfigDirectory}/checkstyle-configuration.xml - - false org.apache.maven.plugins maven-pmd-plugin - 3.20.0 + 3.21.0 net.sourceforge.pmd @@ -391,7 +389,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.3.0 enforce-no-student-code-in-trusted-packages @@ -444,7 +442,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M9 + 3.1.0 okhttp3,com.teamscale,retrofit2,shadow,com.squareup,okio @@ -454,14 +452,14 @@ com.teamscale teamscale-surefire-provider - 29.1.2 + 30.0.2 com.teamscale teamscale-maven-plugin - 29.1.2 + 30.0.2 http://localhost dummy