diff --git a/artemis-java-template/build.gradle b/artemis-java-template/build.gradle
index 7903a1a..a60a12c 100644
--- a/artemis-java-template/build.gradle
+++ b/artemis-java-template/build.gradle
@@ -3,13 +3,15 @@ plugins {
id 'pmd'
id 'com.github.spotbugs' version '5.0.13'
id 'maven-publish'
- id 'com.teamscale' version '26.0.1'
+ id 'com.teamscale' version '27.0.1'
id 'org.openjfx.javafxplugin' version '0.0.13'
id 'org.springframework.boot' version '3.0.0'
id 'io.spring.dependency-management' version '1.1.0'
+ id 'org.checkerframework' version '0.6.20'
}
apply plugin: 'java'
+apply plugin: 'org.checkerframework'
repositories {
mavenCentral()
@@ -18,7 +20,7 @@ repositories {
}
dependencies {
- testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.0'
+ testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.1'
implementation 'org.apache.commons:commons-lang3:3.12.0'
}
diff --git a/artemis-java-template/pom.xml b/artemis-java-template/pom.xml
index 1ff99cb..15b130f 100644
--- a/artemis-java-template/pom.xml
+++ b/artemis-java-template/pom.xml
@@ -20,7 +20,7 @@
de.tum.in.ase
artemis-java-test-sandbox
- 1.11.0
+ 1.11.1
org.apache.commons
@@ -77,7 +77,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.14.0
+ 2.14.1
org.jsonschema2pojo
@@ -87,7 +87,7 @@
org.eclipse.jgit
org.eclipse.jgit
- 6.3.0.202209071007-r
+ 6.4.0.202211300538-r
org.apache.logging.log4j
@@ -117,7 +117,7 @@
com.konghq
unirest-java
- 3.13.13
+ 3.14.1
org.easymock
@@ -304,7 +304,7 @@
com.github.spotbugs
spotbugs-maven-plugin
- 4.7.2.0
+ 4.7.3.0
${analyzeTests}
@@ -329,7 +329,7 @@
com.puppycrawl.tools
checkstyle
- 10.1
+ 10.5.0
@@ -351,12 +351,12 @@
net.sourceforge.pmd
pmd-core
- 6.49.0
+ 6.52.0
net.sourceforge.pmd
pmd-java
- 6.49.0
+ 6.52.0