Skip to content

Commit

Permalink
chore(deps): bump the update-dependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 3 updates

Bumps the update-dependencies group with 3 updates in the / directory: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql and com.diffplug.spotless.


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

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.1 to 11.2.0

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.1 to 11.2.0

Updates `com.diffplug.spotless` from 7.0.1 to 7.0.2

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent b32a759 commit 57486d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val kafkaVersion="3.9.0"
val mockkVersion="1.13.16"
val kotlinVersion="2.1.0"
val googleCloudStorageVersion="2.47.0"
val flywayVersion="11.1.1"
val flywayVersion="11.2.0"
val hikariVersion="6.2.1"
val postgresVersion="42.7.5"
val testcontainersPostgresVersion="1.20.4"
Expand All @@ -38,7 +38,7 @@ plugins {
id("application")
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.5"
id("com.diffplug.spotless") version "7.0.1"
id("com.diffplug.spotless") version "7.0.2"
}

application {
Expand Down

0 comments on commit 57486d8

Please sign in to comment.