Skip to content

Commit

Permalink
Update Ares to 1.10.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein authored Jun 4, 2022
1 parent e9d8f88 commit 0fab2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artemis-java-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.2'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.10.1'
implementation 'org.apache.commons:commons-lang3:3.12.0'
}

Expand Down
2 changes: 1 addition & 1 deletion artemis-java-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.9.2</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 0fab2e1

Please sign in to comment.