Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the flyway group in /prime-router with 3 updates #16645

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the flyway group in /prime-router with 3 updates
Bumps the flyway group in /prime-router with 3 updates: 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.21.0 to 11.0.0

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

Updates `org.flywaydb.flyway` from 10.21.0 to 11.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 1, 2024
commit ef7c25e334b4e1ee5cdc185067618ad87ef91e34
8 changes: 4 additions & 4 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -35,7 +35,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.21.0"
id("org.flywaydb.flyway") version "11.0.0"
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"
@@ -840,7 +840,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.21.0")
classpath("org.flywaydb:flyway-database-postgresql:11.0.0")
}
}

@@ -924,8 +924,8 @@ dependencies {
implementation("commons-io:commons-io:2.17.0")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.zaxxer:HikariCP:6.2.0")
implementation("org.flywaydb:flyway-core:10.21.0")
implementation("org.flywaydb:flyway-database-postgresql:10.21.0")
implementation("org.flywaydb:flyway-core:11.0.0")
implementation("org.flywaydb:flyway-database-postgresql:11.0.0")
implementation("org.commonmark:commonmark:0.24.0")
implementation("com.google.guava:guava:33.3.1-jre")
implementation("com.helger.as2:as2-lib:5.1.2")