Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-oracle from 11.2.0 to 11.3.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-oracle from 11.2.0 to 11.3.0.

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-oracle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 6b75ada commit 62ee55c
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 @@ -94,7 +94,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-content-negotiation-jvm:$ktorVersion")
testImplementation("org.xmlunit:xmlunit-matchers:2.10.0")
testImplementation("org.hamcrest:hamcrest-core:3.0")
testImplementation("org.flywaydb:flyway-database-oracle:11.2.0")
testImplementation("org.flywaydb:flyway-database-oracle:11.3.0")
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
testImplementation("org.testcontainers:oracle-free:$testContainersVersion")
Expand Down

0 comments on commit 62ee55c

Please sign in to comment.