Skip to content

Commit

Permalink
Bump flywayVersion from 11.3.0 to 11.3.1 (#10330)
Browse files Browse the repository at this point in the history
Bumps `flywayVersion` from 11.3.0 to 11.3.1.

Updates `gradle.plugin.org.flywaydb:gradle-plugin-publishing` from 11.3.0 to 11.3.1

Updates `org.flywaydb:flyway-database-postgresql` from 11.3.0 to 11.3.1

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 6268a5c commit c2606d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

dependencies {
val dockerJavaVersion = "3.4.1"
val flywayVersion = "11.3.0"
val flywayVersion = "11.3.1"
val jooqVersion = "3.19.18"

// Add docker-java dependencies before gradle-docker-plugin to avoid the docker-java jars
Expand Down

0 comments on commit c2606d5

Please sign in to comment.