Upgrade to testcontainers 1.8.3

Closes gh-14436
This commit is contained in:
Phillip Webb 2018-09-11 21:46:22 -07:00
parent 3f8a5fd2e3
commit abd08418c0
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId> <artifactId>testcontainers</artifactId>
<version>1.7.2</version> <version>1.8.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.vaadin.external.google</groupId> <groupId>com.vaadin.external.google</groupId>