Browse Source

Upgrade to Testcontainers 1.7.2

See gh-12821
pull/13061/head
Andy Wilkinson 8 years ago
parent
commit
d5841982d9
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

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

Loading…
Cancel
Save