Skip to content

Commit

Permalink
Merge pull request #345 from tomorrow-one/dependabot/gradle/org.flywa…
Browse files Browse the repository at this point in the history
…ydb-flyway-database-postgresql-10.12.0

build(deps): bump org.flywaydb:flyway-database-postgresql from 10.11.1 to 10.12.0
  • Loading branch information
hnrkdmsk authored Apr 30, 2024
2 parents 5a5aeb1 + eb18112 commit a934ee1
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.1")
testImplementation("org.flywaydb:flyway-database-postgresql:10.12.0")
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.1")
testImplementation("org.flywaydb:flyway-database-postgresql:10.12.0")
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 a934ee1

Please sign in to comment.