File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
vertxSqlClientVersion = ' 4.5.13'
26
26
}
27
27
28
- testcontainersVersion = ' 1.20.4 '
28
+ testcontainersVersion = ' 1.20.6 '
29
29
30
30
logger. lifecycle " Vert.x SQL Client Version: " + project. vertxSqlClientVersion
31
31
}
Original file line number Diff line number Diff line change 10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:cockroachdb:1.20.4
13
+ //DEPS org.testcontainers:cockroachdb:1.20.6
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:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:db2:1.20.4
13
+ //DEPS org.testcontainers:db2:1.20.6
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:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:mariadb:1.20.4
13
+ //DEPS org.testcontainers:mariadb:1.20.6
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:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:mysql:1.20.4
13
+ //DEPS org.testcontainers:mysql:1.20.6
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:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
13
- //DEPS org.testcontainers:postgresql:1.20.4
13
+ //DEPS org.testcontainers:postgresql:1.20.6
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:3.0.0.Beta1}
14
14
//DEPS org.assertj:assertj-core:3.26.3
15
15
//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
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