Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
vertxSqlClientVersion = '4.5.13'
}

testcontainersVersion = '1.20.4'
testcontainersVersion = '1.20.6'

logger.lifecycle "Vert.x SQL Client Version: " + project.vertxSqlClientVersion
}
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/CockroachDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:cockroachdb:1.20.4
//DEPS org.testcontainers:cockroachdb:1.20.6
//DEPS org.slf4j:slf4j-simple:2.0.7

//// Testcontainer needs the JDBC drivers to start the container
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/Db2ReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:db2:1.20.4
//DEPS org.testcontainers:db2:1.20.6
//DEPS org.slf4j:slf4j-simple:2.0.7

import jakarta.persistence.Entity;
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MariaDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mariadb:1.20.4
//DEPS org.testcontainers:mariadb:1.20.6
//DEPS org.slf4j:slf4j-simple:2.0.7

//// Testcontainer needs the JDBC drivers to start the container
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MySQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mysql:1.20.4
//DEPS org.testcontainers:mysql:1.20.6
//DEPS org.slf4j:slf4j-simple:2.0.7

//// Testcontainer needs the JDBC drivers to start the container
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/PostgreSQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.20.4
//DEPS org.testcontainers:postgresql:1.20.6
//DEPS org.slf4j:slf4j-simple:2.0.7
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
//DEPS com.ongres.scram:client:2.1
Expand Down
10 changes: 5 additions & 5 deletions tooling/jbang/ReactiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.4.0.Final}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.20.4
//DEPS org.testcontainers:mysql:1.20.4
//DEPS org.testcontainers:db2:1.20.4
//DEPS org.testcontainers:mariadb:1.20.4
//DEPS org.testcontainers:cockroachdb:1.20.4
//DEPS org.testcontainers:postgresql:1.20.6
//DEPS org.testcontainers:mysql:1.20.6
//DEPS org.testcontainers:db2:1.20.6
//DEPS org.testcontainers:mariadb:1.20.6
//DEPS org.testcontainers:cockroachdb:1.20.6
//
//// Testcontainer needs the JDBC drivers to start the containers
//// Hibernate Reactive doesn't use them
Expand Down
Loading