diff --git a/build.gradle.kts b/build.gradle.kts index 22cb3e17..8e45b406 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion") runtimeOnly("org.postgresql:postgresql") - implementation("com.oracle.database.jdbc:ojdbc8:21.9.0.0") + implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.testcontainers:oracle-xe:1.19.1")