Skip to content

Commit fa6d5db

Browse files
committed
Upgrade to MSSQL JDBC 12.8.2.jre11
Closes gh-47607
1 parent 1254e6a commit fa6d5db

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
@@ -1532,7 +1532,7 @@ bom {
15321532
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
15331533
}
15341534
}
1535-
library("MSSQL JDBC", "12.8.1.jre11") {
1535+
library("MSSQL JDBC", "12.8.2.jre11") {
15361536
prohibit {
15371537
endsWith(".jre8")
15381538
because "we want to use the jre11 version"

0 commit comments

Comments
 (0)