File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ jbossLoggingAnnotationVersion = "3.0.4.Final"
7
7
jbossLoggingVersion = " 3.6.1.Final"
8
8
junitVersion = " 5.11.3"
9
9
log4jVersion = " 2.20.0"
10
- testcontainersVersion = " 1.21.0 "
10
+ testcontainersVersion = " 1.21.3 "
11
11
vertxSqlClientVersion = " 5.0.0"
12
12
vertxWebVersion = " 5.0.0"
13
13
vertxWebClientVersion = " 5.0.0"
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
11
11
//DEPS org.assertj:assertj-core:3.27.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:cockroachdb:1.21.0
13
+ //DEPS org.testcontainers:cockroachdb:1.21.3
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
15
15
16
16
//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
11
11
//DEPS org.assertj:assertj-core:3.27.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:db2:1.21.0
13
+ //DEPS org.testcontainers:db2:1.21.3
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
15
15
16
16
import jakarta.persistence.Entity;
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
11
11
//DEPS org.assertj:assertj-core:3.27.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:mariadb:1.21.0
13
+ //DEPS org.testcontainers:mariadb:1.21.3
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
15
15
16
16
//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
11
11
//DEPS org.assertj:assertj-core:3.27.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:mysql:1.21.0
13
+ //DEPS org.testcontainers:mysql:1.21.3
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
15
15
16
16
//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
11
11
//DEPS org.assertj:assertj-core:3.27.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:postgresql:1.21.0
13
+ //DEPS org.testcontainers:postgresql:1.21.3
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
15
15
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
16
16
//DEPS com.ongres.scram:client:2.1
Original file line number Diff line number Diff line change 13
13
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:4.0.0.Final}
14
14
//DEPS org.assertj:assertj-core:3.27.3
15
15
//DEPS junit:junit:4.13.2
16
- //DEPS org.testcontainers:postgresql:1.21.0
17
- //DEPS org.testcontainers:mysql:1.21.0
18
- //DEPS org.testcontainers:db2:1.21.0
19
- //DEPS org.testcontainers:mariadb:1.21.0
20
- //DEPS org.testcontainers:cockroachdb:1.21.0
16
+ //DEPS org.testcontainers:postgresql:1.21.3
17
+ //DEPS org.testcontainers:mysql:1.21.3
18
+ //DEPS org.testcontainers:db2:1.21.3
19
+ //DEPS org.testcontainers:mariadb:1.21.3
20
+ //DEPS org.testcontainers:cockroachdb:1.21.3
21
21
//
22
22
//// Testcontainer needs the JDBC drivers to start the containers
23
23
//// Hibernate Reactive doesn't use them
You can’t perform that action at this time.
0 commit comments