diff --git a/artemis-java-template/build.gradle b/artemis-java-template/build.gradle
index ed70fc5..7041b0d 100644
--- a/artemis-java-template/build.gradle
+++ b/artemis-java-template/build.gradle
@@ -4,6 +4,7 @@ plugins {
id 'pmd'
id 'com.github.spotbugs' version '5.0.6'
id 'maven-publish'
+ id 'com.teamscale' version '23.0.0'
}
repositories {
@@ -12,7 +13,7 @@ repositories {
}
dependencies {
- testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.1'
+ testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.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 bf5d877..1b33ed3 100644
--- a/artemis-java-template/pom.xml
+++ b/artemis-java-template/pom.xml
@@ -21,7 +21,7 @@
de.tum.in.ase
artemis-java-test-sandbox
- 1.9.1
+ 1.9.2
org.apache.commons