Skip to content

Commit

Permalink
Bump the flyway group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the flyway group with 3 updates in the /prime-router directory: org.flywaydb:flyway-database-postgresql, [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb.flyway.


Updates `org.flywaydb:flyway-database-postgresql` from 10.17.0 to 10.17.3

Updates `org.flywaydb:flyway-core` from 10.17.0 to 10.17.3
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.17.0...flyway-10.17.3)

Updates `org.flywaydb.flyway` from 10.17.0 to 10.17.3

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent dc60123 commit 7bd828b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts"))
plugins {
val kotlinVersion by System.getProperties()
id("reportstream.project-conventions")
id("org.flywaydb.flyway") version "10.17.0"
id("org.flywaydb.flyway") version "10.17.3"
id("nu.studer.jooq") version "9.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.microsoft.azure.azurefunctions") version "1.16.1"
Expand Down Expand Up @@ -780,7 +780,7 @@ buildscript {
// will need to be removed once this issue is resolved in Maven.
classpath("net.minidev:json-smart:2.5.1")
// as per flyway v10 docs the postgres flyway module must be on the project buildpath
classpath("org.flywaydb:flyway-database-postgresql:10.17.0")
classpath("org.flywaydb:flyway-database-postgresql:10.17.3")
}
}

Expand Down Expand Up @@ -861,8 +861,8 @@ dependencies {
implementation("commons-io:commons-io:2.16.1")
implementation("org.postgresql:postgresql:42.7.3")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.flywaydb:flyway-core:10.17.0")
implementation("org.flywaydb:flyway-database-postgresql:10.17.0")
implementation("org.flywaydb:flyway-core:10.17.3")
implementation("org.flywaydb:flyway-database-postgresql:10.17.3")
implementation("org.commonmark:commonmark:0.22.0")
implementation("com.google.guava:guava:33.2.1-jre")
implementation("com.helger.as2:as2-lib:5.1.2")
Expand Down

0 comments on commit 7bd828b

Please sign in to comment.