Skip to content

Commit

Permalink
Update dependency org.flywaydb:flyway-mysql to v9.22.1 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 5094dcb commit 4495110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ testing {
test {
dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
implementation("org.flywaydb:flyway-mysql:9.22.0")
implementation("org.flywaydb:flyway-mysql:9.22.1")
implementation(project.dependencies.testFixtures(project(":base")))
}
targets {
Expand Down

0 comments on commit 4495110

Please sign in to comment.