Skip to content

Commit aaf4cca

Browse files
committed
Upgrade to MSSQL JDBC 12.10.1.jre11
Closes gh-46339
1 parent d3f8eae commit aaf4cca

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
@@ -1579,7 +1579,7 @@ bom {
15791579
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
15801580
}
15811581
}
1582-
library("MSSQL JDBC", "12.10.0.jre11") {
1582+
library("MSSQL JDBC", "12.10.1.jre11") {
15831583
prohibit {
15841584
endsWith(".jre8")
15851585
because "we want to use the jre11 version"

0 commit comments

Comments
 (0)