Skip to content

Commit 0d3e8f3

Browse files
committed
update Ares to 1.14.0
1 parent 8f9ecdf commit 0d3e8f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

artemis-java-template/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
testImplementation "de.tum.in.ase:artemis-java-test-sandbox:1.13.0"
22+
testImplementation "de.tum.in.ase:artemis-java-test-sandbox:1.14.0"
2323
testImplementation "net.bytebuddy:byte-buddy:1.17.6"
2424

2525
implementation "org.apache.commons:commons-lang3:${commons_lang3_version}"

artemis-java-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>de.tum.in.ase</groupId>
2222
<artifactId>artemis-java-test-sandbox</artifactId>
23-
<version>1.13.0</version>
23+
<version>1.14.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)