Skip to content

Commit 872ccdd

Browse files
committed
Upgrade to Oracle Database 19.7.0.0
Closes gh-22133
1 parent c91565b commit 872ccdd

File tree

1 file changed

+3
-44
lines changed

1 file changed

+3
-44
lines changed

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

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,51 +1299,10 @@ bom {
12991299
]
13001300
}
13011301
}
1302-
library("Oracle Database", "19.6.0.0") {
1303-
group("com.oracle.database.ha") {
1304-
modules = [
1305-
"ons",
1306-
"simplefan"
1307-
]
1308-
}
1302+
library("Oracle Database", "19.7.0.0") {
13091303
group("com.oracle.database.jdbc") {
1310-
modules = [
1311-
"ojdbc10",
1312-
"ojdbc10dms",
1313-
"ojdbc8",
1314-
"ojdbc8dms",
1315-
"ucp"
1316-
]
1317-
}
1318-
group("com.oracle.database.jdbc.debug") {
1319-
modules = [
1320-
"ojdbc10_g",
1321-
"ojdbc10dms_g",
1322-
"ojdbc8_g",
1323-
"ojdbc8dms_g"
1324-
]
1325-
}
1326-
group("com.oracle.database.nls") {
1327-
modules = [
1328-
"orai18n"
1329-
]
1330-
}
1331-
group("com.oracle.database.observability") {
1332-
modules = [
1333-
"dms"
1334-
]
1335-
}
1336-
group("com.oracle.database.security") {
1337-
modules = [
1338-
"oraclepki",
1339-
"osdt_cert",
1340-
"osdt_core"
1341-
]
1342-
}
1343-
group("com.oracle.database.xml") {
1344-
modules = [
1345-
"xdb",
1346-
"xmlparserv2"
1304+
imports = [
1305+
"ojdbc-bom"
13471306
]
13481307
}
13491308
}

0 commit comments

Comments
 (0)