@@ -259,7 +259,7 @@ Before you use PostgreSQL database, you have to add the following Maven dependen
259259<dependency >
260260 <groupId >org.postgresql</groupId >
261261 <artifactId >postgresql</artifactId >
262- <version >42.7.8 </version >
262+ <version >42.7.10 </version >
263263</dependency >
264264```
265265
@@ -314,7 +314,7 @@ Before you use MariaDB database, you have to add the following Maven dependency:
314314<dependency >
315315 <groupId >org.mariadb.jdbc</groupId >
316316 <artifactId >mariadb-java-client</artifactId >
317- <version >3.5.6 </version >
317+ <version >3.5.7 </version >
318318</dependency >
319319```
320320
@@ -399,7 +399,7 @@ Before you use Flyway, you have to add the following Maven dependency:
399399<dependency >
400400 <groupId >org.flywaydb</groupId >
401401 <artifactId >flyway-core</artifactId >
402- <version >11.14.1 </version >
402+ <version >11.20.3 </version >
403403</dependency >
404404```
405405
@@ -427,7 +427,7 @@ Before you use Liquibase, you have to add the following Maven dependency:
427427<dependency >
428428 <groupId >org.liquibase</groupId >
429429 <artifactId >liquibase-core</artifactId >
430- <version >5.0.1 </version >
430+ <version >5.0.2 </version >
431431</dependency >
432432```
433433
@@ -583,7 +583,7 @@ Before you use the Zonky provider, you have to add the following Maven dependenc
583583<dependency >
584584 <groupId >io.zonky.test</groupId >
585585 <artifactId >embedded-postgres</artifactId >
586- <version >2.2.0 </version >
586+ <version >2.2.2 </version >
587587 <scope >test</scope >
588588</dependency >
589589```
@@ -611,7 +611,7 @@ The version of the binaries is configurable at compile time by importing `embedd
611611 <dependency >
612612 <groupId >io.zonky.test.postgres</groupId >
613613 <artifactId >embedded-postgres-binaries-bom</artifactId >
614- <version >18.1 .0</version >
614+ <version >18.3 .0</version >
615615 <type >pom</type >
616616 <scope >import</scope >
617617 </dependency >
@@ -884,7 +884,7 @@ extracted from the JDK download.
884884## Project dependencies
885885
886886* [ Spring Framework] ( https://spring.io/ ) (5.3.39) - ` spring-test ` , ` spring-context ` modules
887- * [ Testcontainers] ( https://www.testcontainers.org ) (1.18.3 )
887+ * [ Testcontainers] ( https://www.testcontainers.org ) (1.21.4 )
888888* [ Cedarsoftware] ( https://github.com/jdereg/java-util ) (1.68.0)
889889* [ Guava] ( https://github.com/google/guava ) (33.4.8-jre)
890890
0 commit comments