Upgrade to Oracle Database 23.7.0.25.01

Closes gh-44230
This commit is contained in:
Stéphane Nicoll 2025-02-11 15:28:00 +01:00
parent 90309394ef
commit fc05658cd5
1 changed files with 2 additions and 1 deletions

View File

@ -1701,7 +1701,7 @@ bom {
releaseNotes("https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}") releaseNotes("https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}")
} }
} }
library("Oracle Database", "23.6.0.24.10") { library("Oracle Database", "23.7.0.25.01") {
alignWith { alignWith {
dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom") dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom")
} }
@ -1716,6 +1716,7 @@ bom {
"ojdbc11", "ojdbc11",
"ojdbc11-production", "ojdbc11-production",
"ojdbc17", "ojdbc17",
"ojdbc17-production",
"ojdbc8", "ojdbc8",
"ojdbc8-production", "ojdbc8-production",
"rsi", "rsi",