Skip to content

Commit 2a8dfa1

Browse files
committed
Upgrade to MSSQL JDBC 12.10.1.jre11
Closes gh-46378
1 parent b375a12 commit 2a8dfa1

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
@@ -1641,7 +1641,7 @@ bom {
16411641
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
16421642
}
16431643
}
1644-
library("MSSQL JDBC", "12.10.0.jre11") {
1644+
library("MSSQL JDBC", "12.10.1.jre11") {
16451645
prohibit {
16461646
endsWith(".jre8")
16471647
because "we want to use the jre11 version"

0 commit comments

Comments
 (0)