Skip to content

Commit

Permalink
[hibernate#1396] Upgrade testcontainers to 1.17.5
Browse files Browse the repository at this point in the history
Signed-off-by: blafond <[email protected]>
  • Loading branch information
blafond authored and DavideD committed Oct 20, 2022
1 parent abf748e commit 892c91b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext {
vertxVersion = '4.3.4'
}

testcontainersVersion = '1.17.3'
testcontainersVersion = '1.17.5'

logger.lifecycle "Hibernate ORM Version: " + project.hibernateOrmVersion + " (Jakarta EE edition)"
logger.lifecycle "Vert.x Version: " + project.vertxVersion
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-jakarta:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:cockroachdb:1.17.3
//DEPS org.testcontainers:cockroachdb:1.17.5
//DEPS org.slf4j:slf4j-simple:1.7.30

//// 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-jakarta:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:db2:1.17.3
//DEPS org.testcontainers:db2:1.17.5
//DEPS org.slf4j:slf4j-simple:1.7.30

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-jakarta:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mariadb:1.17.3
//DEPS org.testcontainers:mariadb:1.17.5
//DEPS org.slf4j:slf4j-simple:1.7.30

//// 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-jakarta:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mysql:1.17.3
//DEPS org.testcontainers:mysql:1.17.5
//DEPS org.slf4j:slf4j-simple:1.7.30

//// 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-jakarta:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.17.3
//DEPS org.testcontainers:postgresql:1.17.5
//DEPS org.slf4j:slf4j-simple:1.7.30
//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-jakarta:${hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.17.3
//DEPS org.testcontainers:mysql:1.17.3
//DEPS org.testcontainers:db2:1.17.3
//DEPS org.testcontainers:mariadb:1.17.3
//DEPS org.testcontainers:cockroachdb:1.17.3
//DEPS org.testcontainers:postgresql:1.17.5
//DEPS org.testcontainers:mysql:1.17.5
//DEPS org.testcontainers:db2:1.17.5
//DEPS org.testcontainers:mariadb:1.17.5
//DEPS org.testcontainers:cockroachdb:1.17.5
//
//// Testcontainer needs the JDBC drivers to start the containers
//// Hibernate Reactive doesn't use them
Expand Down

0 comments on commit 892c91b

Please sign in to comment.