Skip to content

Commit 4c4b4dc

Browse files
committed
Upgrade to Oracle Database 23.6.0.24.10
Closes gh-43686
1 parent 0747457 commit 4c4b4dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ bom {
16081608
releaseNotes("https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}")
16091609
}
16101610
}
1611-
library("Oracle Database", "23.5.0.24.07") {
1611+
library("Oracle Database", "23.6.0.24.10") {
16121612
alignWith {
16131613
dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom")
16141614
}
@@ -1622,11 +1622,13 @@ bom {
16221622
modules = [
16231623
"ojdbc11",
16241624
"ojdbc11-production",
1625+
"ojdbc17",
16251626
"ojdbc8",
16261627
"ojdbc8-production",
16271628
"rsi",
16281629
"ucp",
1629-
"ucp11"
1630+
"ucp11",
1631+
"ucp17"
16301632
]
16311633
}
16321634
group("com.oracle.database.nls") {

0 commit comments

Comments
 (0)