@@ -7,8 +7,8 @@ The primary goal of this project is to make it easier to write Spring-powered in
77## Supported Integrations
88
99* Supports both ` Spring ` and ` Spring Boot ` frameworks
10- * Spring ` 4.3.8 ` - ` 6.2 .x`
11- * Spring Boot ` 1.4.6 ` - ` 3.4 .x`
10+ * Spring ` 4.3.8 ` - ` 7.0 .x`
11+ * Spring Boot ` 1.4.6 ` - ` 4.0 .x`
1212* Supports multiple different databases
1313 * [ PostgreSQL] ( #postgresql ) , [ MSSQL] ( #microsoft-sql-server ) , [ MySQL] ( #mysql ) , [ MariaDB] ( #mariadb ) , [ H2] ( #h2 ) , [ HSQLDB] ( #hsqldb ) , [ Derby] ( #derby )
1414* Supports multiple database providers
@@ -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.2.18 </version >
262+ <version >42.7.8 </version >
263263</dependency >
264264```
265265
@@ -274,7 +274,7 @@ Before you use Microsoft SQL Server, you have to add the following Maven depende
274274<dependency >
275275 <groupId >com.microsoft.sqlserver</groupId >
276276 <artifactId >mssql-jdbc</artifactId >
277- <version >8.4 .1.jre8 </version >
277+ <version >13.2 .1.jre11 </version >
278278</dependency >
279279```
280280
@@ -295,7 +295,7 @@ Before you use MySQL database, you have to add the following Maven dependency:
295295<dependency >
296296 <groupId >mysql</groupId >
297297 <artifactId >mysql-connector-java</artifactId >
298- <version >8.0.22 </version >
298+ <version >8.0.33 </version >
299299</dependency >
300300```
301301
@@ -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 >2.7.0 </version >
317+ <version >3.5.6 </version >
318318</dependency >
319319```
320320
@@ -338,7 +338,7 @@ Before you use H2 database, you have to add the following Maven dependency:
338338<dependency >
339339 <groupId >com.h2database</groupId >
340340 <artifactId >h2</artifactId >
341- <version >2.1.214 </version >
341+ <version >2.4.240 </version >
342342</dependency >
343343```
344344
@@ -358,7 +358,7 @@ Before you use HSQLDB database, you have to add the following Maven dependency:
358358<dependency >
359359 <groupId >org.hsqldb</groupId >
360360 <artifactId >hsqldb</artifactId >
361- <version >2.7.1 </version >
361+ <version >2.7.4 </version >
362362</dependency >
363363```
364364
@@ -378,7 +378,7 @@ Before you use Apache Derby database, you have to add the following Maven depend
378378<dependency >
379379 <groupId >org.apache.derby</groupId >
380380 <artifactId >derby</artifactId >
381- <version >10.16 .1.1 </version >
381+ <version >10.17 .1.0 </version >
382382</dependency >
383383```
384384
@@ -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 >7.3.0 </version >
402+ <version >11.14.1 </version >
403403</dependency >
404404```
405405
@@ -409,7 +409,7 @@ Optionally, you may also add the dependency for Flyway test extensions, which al
409409<dependency >
410410 <groupId >org.flywaydb.flyway-test-extensions</groupId >
411411 <artifactId >flyway-spring-test</artifactId >
412- <version >7 .0.0</version >
412+ <version >10 .0.0</version >
413413 <scope >test</scope >
414414</dependency >
415415```
@@ -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 >3.10.3 </version >
430+ <version >5.0.1 </version >
431431</dependency >
432432```
433433
@@ -575,7 +575,7 @@ Before you use the Zonky provider, you have to add the following Maven dependenc
575575<dependency >
576576 <groupId >io.zonky.test</groupId >
577577 <artifactId >embedded-postgres</artifactId >
578- <version >1 .2.10 </version >
578+ <version >2 .2.0 </version >
579579 <scope >test</scope >
580580</dependency >
581581```
@@ -603,7 +603,7 @@ The version of the binaries is configurable at compile time by importing `embedd
603603 <dependency >
604604 <groupId >io.zonky.test.postgres</groupId >
605605 <artifactId >embedded-postgres-binaries-bom</artifactId >
606- <version >13.2 .0</version >
606+ <version >18.1 .0</version >
607607 <type >pom</type >
608608 <scope >import</scope >
609609 </dependency >
@@ -875,10 +875,10 @@ extracted from the JDK download.
875875
876876## Project dependencies
877877
878- * [ Spring Framework] ( https://spring.io/ ) (5.3.24 ) - ` spring-test ` , ` spring-context ` modules
879- * [ Testcontainers] ( https://www.testcontainers.org ) (1.17.6 )
878+ * [ Spring Framework] ( https://spring.io/ ) (5.3.39 ) - ` spring-test ` , ` spring-context ` modules
879+ * [ Testcontainers] ( https://www.testcontainers.org ) (1.18.3 )
880880* [ Cedarsoftware] ( https://github.com/jdereg/java-util ) (1.68.0)
881- * [ Guava] ( https://github.com/google/guava ) (24 .1.1 -jre)
881+ * [ Guava] ( https://github.com/google/guava ) (32 .1.3 -jre)
882882
883883## License
884884The project is released under version 2.0 of the [ Apache License] ( http://www.apache.org/licenses/LICENSE-2.0.html ) .
0 commit comments