Skip to content

Commit 71f1899

Browse files
committed
[#2143] Upgrade Testcontainers to 1.20.6
1 parent ede60d8 commit 71f1899

7 files changed

+11
-11
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
vertxSqlClientVersion = '4.5.13'
2626
}
2727

28-
testcontainersVersion = '1.20.4'
28+
testcontainersVersion = '1.20.6'
2929

3030
logger.lifecycle "Vert.x SQL Client Version: " + project.vertxSqlClientVersion
3131
}

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:3.0.0.Beta1}
1111
//DEPS org.assertj:assertj-core:3.26.3
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:cockroachdb:1.20.4
13+
//DEPS org.testcontainers:cockroachdb:1.20.6
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:3.0.0.Beta1}
1111
//DEPS org.assertj:assertj-core:3.26.3
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:db2:1.20.4
13+
//DEPS org.testcontainers:db2:1.20.6
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:3.0.0.Beta1}
1111
//DEPS org.assertj:assertj-core:3.26.3
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:mariadb:1.20.4
13+
//DEPS org.testcontainers:mariadb:1.20.6
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:3.0.0.Beta1}
1111
//DEPS org.assertj:assertj-core:3.26.3
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:mysql:1.20.4
13+
//DEPS org.testcontainers:mysql:1.20.6
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:3.0.0.Beta1}
1111
//DEPS org.assertj:assertj-core:3.26.3
1212
//DEPS junit:junit:4.13.2
13-
//DEPS org.testcontainers:postgresql:1.20.4
13+
//DEPS org.testcontainers:postgresql:1.20.6
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:3.0.0.Beta1}
1414
//DEPS org.assertj:assertj-core:3.26.3
1515
//DEPS junit:junit:4.13.2
16-
//DEPS org.testcontainers:postgresql:1.20.4
17-
//DEPS org.testcontainers:mysql:1.20.4
18-
//DEPS org.testcontainers:db2:1.20.4
19-
//DEPS org.testcontainers:mariadb:1.20.4
20-
//DEPS org.testcontainers:cockroachdb:1.20.4
16+
//DEPS org.testcontainers:postgresql:1.20.6
17+
//DEPS org.testcontainers:mysql:1.20.6
18+
//DEPS org.testcontainers:db2:1.20.6
19+
//DEPS org.testcontainers:mariadb:1.20.6
20+
//DEPS org.testcontainers:cockroachdb:1.20.6
2121
//
2222
//// Testcontainer needs the JDBC drivers to start the containers
2323
//// Hibernate Reactive doesn't use them

0 commit comments

Comments
 (0)