diff --git a/build.gradle b/build.gradle index dd2c86e16..787c1c811 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ ext { vertxSqlClientVersion = '4.5.7' } - testcontainersVersion = '1.19.4' + testcontainersVersion = '1.19.8' logger.lifecycle "Hibernate ORM Version: " + project.hibernateOrmVersion logger.lifecycle "Hibernate ORM Gradle plugin Version: " + project.hibernateOrmGradlePluginVersion diff --git a/tooling/jbang/CockroachDBReactiveTest.java.qute b/tooling/jbang/CockroachDBReactiveTest.java.qute index a7fcc70e1..1cdacf0de 100755 --- a/tooling/jbang/CockroachDBReactiveTest.java.qute +++ b/tooling/jbang/CockroachDBReactiveTest.java.qute @@ -10,7 +10,7 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:cockroachdb:1.18.3 +//DEPS org.testcontainers:cockroachdb:1.19.8 //DEPS org.slf4j:slf4j-simple:2.0.7 //// Testcontainer needs the JDBC drivers to start the container diff --git a/tooling/jbang/Db2ReactiveTest.java.qute b/tooling/jbang/Db2ReactiveTest.java.qute index 0df597517..e57bac2f5 100755 --- a/tooling/jbang/Db2ReactiveTest.java.qute +++ b/tooling/jbang/Db2ReactiveTest.java.qute @@ -10,7 +10,7 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:db2:1.18.3 +//DEPS org.testcontainers:db2:1.19.8 //DEPS org.slf4j:slf4j-simple:2.0.7 import jakarta.persistence.Entity; diff --git a/tooling/jbang/MariaDBReactiveTest.java.qute b/tooling/jbang/MariaDBReactiveTest.java.qute index 1f70e7713..d91dd6b78 100755 --- a/tooling/jbang/MariaDBReactiveTest.java.qute +++ b/tooling/jbang/MariaDBReactiveTest.java.qute @@ -10,7 +10,7 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:mariadb:1.18.3 +//DEPS org.testcontainers:mariadb:1.19.8 //DEPS org.slf4j:slf4j-simple:2.0.7 //// Testcontainer needs the JDBC drivers to start the container diff --git a/tooling/jbang/MySQLReactiveTest.java.qute b/tooling/jbang/MySQLReactiveTest.java.qute index b21cdeb99..6f0a3a97c 100755 --- a/tooling/jbang/MySQLReactiveTest.java.qute +++ b/tooling/jbang/MySQLReactiveTest.java.qute @@ -10,7 +10,7 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:mysql:1.18.3 +//DEPS org.testcontainers:mysql:1.19.8 //DEPS org.slf4j:slf4j-simple:2.0.7 //// Testcontainer needs the JDBC drivers to start the container diff --git a/tooling/jbang/PostgreSQLReactiveTest.java.qute b/tooling/jbang/PostgreSQLReactiveTest.java.qute index 68a56eb34..472ae77b7 100755 --- a/tooling/jbang/PostgreSQLReactiveTest.java.qute +++ b/tooling/jbang/PostgreSQLReactiveTest.java.qute @@ -10,7 +10,7 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:postgresql:1.18.3 +//DEPS org.testcontainers:postgresql:1.19.8 //DEPS org.slf4j:slf4j-simple:2.0.7 //DESCRIPTION Allow authentication to PostgreSQL using SCRAM: //DEPS com.ongres.scram:client:2.1 diff --git a/tooling/jbang/ReactiveTest.java b/tooling/jbang/ReactiveTest.java index 7b9cdbbc1..acf778777 100755 --- a/tooling/jbang/ReactiveTest.java +++ b/tooling/jbang/ReactiveTest.java @@ -13,11 +13,11 @@ //DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.3.0.Final} //DEPS org.assertj:assertj-core:3.24.2 //DEPS junit:junit:4.13.2 -//DEPS org.testcontainers:postgresql:1.18.3 -//DEPS org.testcontainers:mysql:1.18.3 -//DEPS org.testcontainers:db2:1.18.3 -//DEPS org.testcontainers:mariadb:1.18.3 -//DEPS org.testcontainers:cockroachdb:1.18.3 +//DEPS org.testcontainers:postgresql:1.19.8 +//DEPS org.testcontainers:mysql:1.19.8 +//DEPS org.testcontainers:db2:1.19.8 +//DEPS org.testcontainers:mariadb:1.19.8 +//DEPS org.testcontainers:cockroachdb:1.19.8 // //// Testcontainer needs the JDBC drivers to start the containers //// Hibernate Reactive doesn't use them