Skip to content

Commit a935f9f

Browse files
committed
[#1920] Upgrade Testcontainers to 1.19.8
1 parent 7e318e4 commit a935f9f

7 files changed

+11
-11
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ext {
8686
vertxSqlClientVersion = '4.5.7'
8787
}
8888

89-
testcontainersVersion = '1.19.4'
89+
testcontainersVersion = '1.19.8'
9090

9191
logger.lifecycle "Hibernate ORM Version: " + project.hibernateOrmVersion
9292
logger.lifecycle "Hibernate ORM Gradle plugin Version: " + project.hibernateOrmGradlePluginVersion

tooling/jbang/CockroachDBReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
1111
//DEPS org.assertj:assertj-core:3.24.2
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:cockroachdb:1.18.3
13+
//DEPS org.testcontainers:cockroachdb:1.19.8
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515

1616
//// Testcontainer needs the JDBC drivers to start the container

tooling/jbang/Db2ReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
1111
//DEPS org.assertj:assertj-core:3.24.2
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:db2:1.18.3
13+
//DEPS org.testcontainers:db2:1.19.8
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515

1616
import jakarta.persistence.Entity;

tooling/jbang/MariaDBReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
1111
//DEPS org.assertj:assertj-core:3.24.2
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:mariadb:1.18.3
13+
//DEPS org.testcontainers:mariadb:1.19.8
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515

1616
//// Testcontainer needs the JDBC drivers to start the container

tooling/jbang/MySQLReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
1111
//DEPS org.assertj:assertj-core:3.24.2
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:mysql:1.18.3
13+
//DEPS org.testcontainers:mysql:1.19.8
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515

1616
//// Testcontainer needs the JDBC drivers to start the container

tooling/jbang/PostgreSQLReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
1111
//DEPS org.assertj:assertj-core:3.24.2
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:postgresql:1.18.3
13+
//DEPS org.testcontainers:postgresql:1.19.8
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
1616
//DEPS com.ongres.scram:client:2.1

tooling/jbang/ReactiveTest.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.3.0.Final}
1414
//DEPS org.assertj:assertj-core:3.24.2
1515
//DEPS junit:junit:4.13.2
16-
//DEPS org.testcontainers:postgresql:1.18.3
17-
//DEPS org.testcontainers:mysql:1.18.3
18-
//DEPS org.testcontainers:db2:1.18.3
19-
//DEPS org.testcontainers:mariadb:1.18.3
20-
//DEPS org.testcontainers:cockroachdb:1.18.3
16+
//DEPS org.testcontainers:postgresql:1.19.8
17+
//DEPS org.testcontainers:mysql:1.19.8
18+
//DEPS org.testcontainers:db2:1.19.8
19+
//DEPS org.testcontainers:mariadb:1.19.8
20+
//DEPS org.testcontainers:cockroachdb:1.19.8
2121
//
2222
//// Testcontainer needs the JDBC drivers to start the containers
2323
//// Hibernate Reactive doesn't use them

0 commit comments

Comments
 (0)