Skip to content

Commit

Permalink
Bump org.flywaydb.flyway in the all-dependencies group (#1519)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 1 update: org.flywaydb.flyway.


Updates `org.flywaydb.flyway` from 11.3.3 to 11.3.4

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent 0e59aa1 commit 79423c5
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 @@ -9,7 +9,7 @@ plugins {
id("com.gradleup.shadow") version "8.3.6" apply false // Building fat jar
id("org.inferred.processors") version "3.7.0" apply false // Annotation processing
id("io.papermc.paperweight.userdev") version libs.versions.paperweight apply false // NMS Paper
id("org.flywaydb.flyway") version "11.3.3" apply false // Flyway
id("org.flywaydb.flyway") version "11.3.4" apply false // Flyway
}

repositories {
Expand Down

0 comments on commit 79423c5

Please sign in to comment.