Skip to content

Commit 8b4d66d

Browse files
committed
Upgrade to MSSQL JDBC 12.8.1.jre11
Closes gh-42237
1 parent dc301d3 commit 8b4d66d

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
@@ -1363,7 +1363,7 @@ bom {
13631363
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
13641364
}
13651365
}
1366-
library("MSSQL JDBC", "12.8.0.jre11") {
1366+
library("MSSQL JDBC", "12.8.1.jre11") {
13671367
prohibit {
13681368
endsWith(".jre8")
13691369
because "we want to use the jre11 version"

0 commit comments

Comments
 (0)