Skip to content

Commit

Permalink
update ares (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-lippert authored Feb 15, 2023
1 parent f1dadb2 commit 9f2fbb6
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 @@ -19,7 +19,7 @@ repositories {
}

dependencies {
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.2'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.3'
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 @@ -20,7 +20,7 @@
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 9f2fbb6

Please sign in to comment.