Skip to content

Commit

Permalink
build(deps): bump org.flywaydb:flyway-database-postgresql
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.11.0 to 10.11.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent bf42b49 commit 756f5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outbox-kafka-spring-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
// update gson version to fix a conflict of toxiproxy dependency and spring GsonAutoConfiguration
testRuntimeOnly("com.google.code.gson:gson:2.10.1")
testImplementation("org.postgresql:postgresql:42.7.3")
testImplementation("org.flywaydb:flyway-database-postgresql:10.11.0")
testImplementation("org.flywaydb:flyway-database-postgresql:10.11.1")
testImplementation("org.flywaydb.flyway-test-extensions:flyway-spring-test:10.0.0")
testImplementation("org.awaitility:awaitility:4.2.1")
testImplementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
Expand Down
2 changes: 1 addition & 1 deletion outbox-kafka-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation("org.mockito:mockito-core:5.11.0")
testImplementation("org.awaitility:awaitility:4.2.1")

testImplementation("org.flywaydb:flyway-database-postgresql:10.11.0")
testImplementation("org.flywaydb:flyway-database-postgresql:10.11.1")
testImplementation("org.flywaydb.flyway-test-extensions:flyway-spring-test:10.0.0")

testImplementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
Expand Down

0 comments on commit 756f5c7

Please sign in to comment.