We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6283b commit ced7c57Copy full SHA for ced7c57
hibernate-reactive-core/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
49
50
// JDBC driver for Testcontainers with MS SQL Server
51
- testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
+ testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
52
53
// JDBC driver for Testcontainers with MariaDB Server
54
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
0 commit comments