Skip to content

Commit ecdc3b7

Browse files
committed
[#2030] Upgrade SQL Server JDBC driver to 12.8.1
1 parent 056b0c2 commit ecdc3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
5050

5151
// JDBC driver for Testcontainers with MS SQL Server
52-
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
52+
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
5353

5454
// JDBC driver for Testcontainers with MariaDB Server
5555
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"

0 commit comments

Comments
 (0)