Skip to content

Commit 341f9cf

Browse files
committed
Upgrade to MSSQL JDBC 12.6.3.jre11
Closes gh-41381
1 parent 63f0350 commit 341f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ bom {
13081308
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
13091309
}
13101310
}
1311-
library("MSSQL JDBC", "12.6.2.jre11") {
1311+
library("MSSQL JDBC", "12.6.3.jre11") {
13121312
prohibit {
13131313
endsWith(".jre8")
13141314
because "we want to use the jre11 version"

0 commit comments

Comments
 (0)