Upgrade testcontainers to 1.15.1 (#5814)

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2020-12-16 19:38:54 +10:00 committed by GitHub
parent 3730dd4064
commit 38f0fc4c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
<settingsPath>src/it/settings.xml</settingsPath>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
<testcontainers.version>1.15.0</testcontainers.version>
<testcontainers.version>1.15.1</testcontainers.version>
<maria.version>2.7.0</maria.version>
</properties>