Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
EBL-427:upgrade test containers version. (#490)
Browse files Browse the repository at this point in the history
* EBL-427: upgrade test-containers mysql version.
  • Loading branch information
Maor Shapira authored Feb 14, 2021
1 parent 91925bd commit 4825c2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apollo-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,15 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.7.3</version>
<version>1.15.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4825c2c

Please sign in to comment.