Skip to content

Commit 2d17b97

Browse files
committed
Upgrade to MSSQL JDBC 12.8.0.jre11
Closes gh-41809
1 parent b67b404 commit 2d17b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ bom {
13771377
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
13781378
}
13791379
}
1380-
library("MSSQL JDBC", "12.6.3.jre11") {
1380+
library("MSSQL JDBC", "12.8.0.jre11") {
13811381
prohibit {
13821382
endsWith(".jre8")
13831383
because "we want to use the jre11 version"
@@ -1386,10 +1386,6 @@ bom {
13861386
endsWith("-preview")
13871387
because "we only want to use non-preview releases"
13881388
}
1389-
prohibit {
1390-
versionRange "[12.7.0,12.7.0]"
1391-
because "it's actually a preview release"
1392-
}
13931389
group("com.microsoft.sqlserver") {
13941390
modules = [
13951391
"mssql-jdbc"

0 commit comments

Comments
 (0)