Skip to content

Commit fc05658

Browse files
committed
Upgrade to Oracle Database 23.7.0.25.01
Closes gh-44230
1 parent 9030939 commit fc05658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ bom {
17011701
releaseNotes("https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}")
17021702
}
17031703
}
1704-
library("Oracle Database", "23.6.0.24.10") {
1704+
library("Oracle Database", "23.7.0.25.01") {
17051705
alignWith {
17061706
dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom")
17071707
}
@@ -1716,6 +1716,7 @@ bom {
17161716
"ojdbc11",
17171717
"ojdbc11-production",
17181718
"ojdbc17",
1719+
"ojdbc17-production",
17191720
"ojdbc8",
17201721
"ojdbc8-production",
17211722
"rsi",

0 commit comments

Comments
 (0)