Bump testcontainers.version from 1.15.0-rc2 to 1.15.0
Bumps `testcontainers.version` from 1.15.0-rc2 to 1.15.0. Updates `testcontainers` from 1.15.0-rc2 to 1.15.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc2...1.15.0) Updates `junit-jupiter` from 1.15.0-rc2 to 1.15.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc2...1.15.0) Updates `mariadb` from 1.15.0-rc2 to 1.15.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc2...1.15.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2fd895a6dc
commit
921d9963a8
2
pom.xml
2
pom.xml
|
@ -67,7 +67,7 @@
|
|||
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
|
||||
<settingsPath>src/it/settings.xml</settingsPath>
|
||||
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
||||
<testcontainers.version>1.15.0-rc2</testcontainers.version>
|
||||
<testcontainers.version>1.15.0</testcontainers.version>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
|
|
Loading…
Reference in New Issue