We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0747457 commit 4c4b4dcCopy full SHA for 4c4b4dc
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1608,7 +1608,7 @@ bom {
1608
releaseNotes("https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}")
1609
}
1610
1611
- library("Oracle Database", "23.5.0.24.07") {
+ library("Oracle Database", "23.6.0.24.10") {
1612
alignWith {
1613
dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom")
1614
@@ -1622,11 +1622,13 @@ bom {
1622
modules = [
1623
"ojdbc11",
1624
"ojdbc11-production",
1625
+ "ojdbc17",
1626
"ojdbc8",
1627
"ojdbc8-production",
1628
"rsi",
1629
"ucp",
- "ucp11"
1630
+ "ucp11",
1631
+ "ucp17"
1632
]
1633
1634
group("com.oracle.database.nls") {
0 commit comments