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