We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18190b4 + 8082651 commit ff0c719Copy full SHA for ff0c719
build.gradle
@@ -269,10 +269,10 @@ project(':embedded-database-spring-test') {
269
compileOnly project(':spring-boot-4-stubs')
270
testCompileOnly project(':spring-boot-4-stubs')
271
272
- api 'org.testcontainers:postgresql:1.18.3'
273
- api 'org.testcontainers:mssqlserver:1.18.3'
274
- api 'org.testcontainers:mysql:1.18.3'
275
- api 'org.testcontainers:mariadb:1.18.3'
+ api 'org.testcontainers:postgresql:1.21.4'
+ api 'org.testcontainers:mssqlserver:1.21.4'
+ api 'org.testcontainers:mysql:1.21.4'
+ api 'org.testcontainers:mariadb:1.21.4'
276
277
optImplementation 'io.zonky.test:embedded-postgres:2.2.0'
278
optImplementation 'com.opentable.components:otj-pg-embedded:0.13.4'
0 commit comments