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 3434 vertxSqlClientVersion = ' 4.5.11'
3535 }
3636
37- testcontainersVersion = ' 1.19.8 '
37+ testcontainersVersion = ' 1.20.4 '
3838
3939 logger. lifecycle " Vert.x SQL Client Version: " + project. vertxSqlClientVersion
4040}
Original file line number Diff line number Diff line change 1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
1111//DEPS org.assertj:assertj-core:3.26.3
1212//DEPS junit:junit:4.13.2
13- //DEPS org.testcontainers:cockroachdb:1.19.8
13+ //DEPS org.testcontainers:cockroachdb:1.20.4
1414//DEPS org.slf4j:slf4j-simple:2.0.7
1515
1616//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
1111//DEPS org.assertj:assertj-core:3.26.3
1212//DEPS junit:junit:4.13.2
13- //DEPS org.testcontainers:db2:1.19.8
13+ //DEPS org.testcontainers:db2:1.20.4
1414//DEPS org.slf4j:slf4j-simple:2.0.7
1515
1616import jakarta.persistence.Entity;
Original file line number Diff line number Diff line change 1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
1111//DEPS org.assertj:assertj-core:3.26.3
1212//DEPS junit:junit:4.13.2
13- //DEPS org.testcontainers:mariadb:1.19.8
13+ //DEPS org.testcontainers:mariadb:1.20.4
1414//DEPS org.slf4j:slf4j-simple:2.0.7
1515
1616//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
1111//DEPS org.assertj:assertj-core:3.26.3
1212//DEPS junit:junit:4.13.2
13- //DEPS org.testcontainers:mysql:1.19.8
13+ //DEPS org.testcontainers:mysql:1.20.4
1414//DEPS org.slf4j:slf4j-simple:2.0.7
1515
1616//// Testcontainer needs the JDBC drivers to start the container
Original file line number Diff line number Diff line change 1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
1111//DEPS org.assertj:assertj-core:3.26.3
1212//DEPS junit:junit:4.13.2
13- //DEPS org.testcontainers:postgresql:1.19.8
13+ //DEPS org.testcontainers:postgresql:1.20.4
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
Original file line number Diff line number Diff line change 1313//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.4.0.Final}
1414//DEPS org.assertj:assertj-core:3.26.3
1515//DEPS junit:junit:4.13.2
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
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
2121//
2222//// Testcontainer needs the JDBC drivers to start the containers
2323//// Hibernate Reactive doesn't use them
You can’t perform that action at this time.
0 commit comments