Skip to content

Commit

Permalink
Bump com.oracle.database.jdbc:ojdbc8 from 21.9.0.0 to 23.3.0.23.09
Browse files Browse the repository at this point in the history
Bumps com.oracle.database.jdbc:ojdbc8 from 21.9.0.0 to 23.3.0.23.09.

---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent bb9867d commit 407749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 407749d

Please sign in to comment.