Browse Source

Upgrade to Oracle Database 21.7.0.0

Closes gh-32367
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
6a4fef33bb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1107,7 +1107,7 @@ bom {
] ]
} }
} }
library("Oracle Database", "21.6.0.0.1") { library("Oracle Database", "21.7.0.0") {
group("com.oracle.database.jdbc") { group("com.oracle.database.jdbc") {
imports = [ imports = [
"ojdbc-bom" "ojdbc-bom"

Loading…
Cancel
Save