diff --git a/build.gradle.kts b/build.gradle.kts index 463524cb..f47d5e23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,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.4")