We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056b0c2 commit ecdc3b7Copy full SHA for ecdc3b7
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