There was an error while loading. Please reload this page.
1 parent 8f9ecdf commit 0d3e8f3Copy full SHA for 0d3e8f3
2 files changed
artemis-java-template/build.gradle
@@ -19,7 +19,7 @@ repositories {
19
}
20
21
dependencies {
22
- testImplementation "de.tum.in.ase:artemis-java-test-sandbox:1.13.0"
+ testImplementation "de.tum.in.ase:artemis-java-test-sandbox:1.14.0"
23
testImplementation "net.bytebuddy:byte-buddy:1.17.6"
24
25
implementation "org.apache.commons:commons-lang3:${commons_lang3_version}"
artemis-java-template/pom.xml
@@ -20,7 +20,7 @@
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
- <version>1.13.0</version>
+ <version>1.14.0</version>
</dependency>
26
<groupId>org.apache.commons</groupId>
0 commit comments