Skip to content

Commit

Permalink
Build(deps): bump the flyway-deps group
Browse files Browse the repository at this point in the history
Bumps the flyway-deps group in /packages/Manager 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.1.0

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d976dcd commit 1f9175e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/Manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("com.diffplug.spotless") version "6.25.0"
id("org.flywaydb.flyway") version "10.21.0"
id("org.flywaydb.flyway") version "11.1.0"
id("nu.studer.jooq") version "9.0"
id("com.adarshr.test-logger") version "4.0.0"
kotlin("jvm") version "2.0.21"
Expand All @@ -18,7 +18,7 @@ plugins {
buildscript {
repositories { mavenCentral() }
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.21.0")
classpath("org.flywaydb:flyway-database-postgresql:11.1.0")
classpath("org.springframework:spring-jdbc:6.1.14")
classpath("org.postgresql:postgresql:42.6.2")
}
Expand Down Expand Up @@ -56,8 +56,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
implementation("org.flywaydb:flyway-core:10.21.0")
implementation("org.flywaydb:flyway-database-postgresql:10.21.0")
implementation("org.flywaydb:flyway-core:11.1.0")
implementation("org.flywaydb:flyway-database-postgresql:11.1.0")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("de.grundid.opendatalab:geojson-jackson:1.14")
implementation("net.javacrumbs.shedlock:shedlock-spring:5.16.0")
Expand Down

0 comments on commit 1f9175e

Please sign in to comment.