Skip to content

Commit c678ae6

Browse files
committed
Prohibit Oracle Database 21.10.0.0 - 21.13.0.0 upgrades
Closes gh-39694
1 parent 2da257a commit c678ae6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,10 @@ bom {
13801380
}
13811381
}
13821382
library("Oracle Database", "21.9.0.0") {
1383+
prohibit {
1384+
versionRange "[21.10.0.0,21.13.0.0]"
1385+
because "they do not work in a JVM with assertions enabled"
1386+
}
13831387
group("com.oracle.database.jdbc") {
13841388
imports = [
13851389
"ojdbc-bom"

0 commit comments

Comments
 (0)