Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql and com.google.cloud.sql:postgres-socket-factory.


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

Updates `org.flywaydb:flyway-database-postgresql` from 10.14.0 to 10.15.0

Updates `org.flywaydb:flyway-database-postgresql` from 10.14.0 to 10.15.0

Updates `com.google.cloud.sql:postgres-socket-factory` from 1.18.1 to 1.19.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 370d206 commit 62419ab
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 @@ -12,13 +12,13 @@ val smCommonVersion = "2.0.8"
val mockkVersion = "1.13.11"
val nimbusdsVersion = "9.40"
val hikariVersion = "5.1.0"
val flywayVersion = "10.14.0"
val flywayVersion = "10.15.0"
val postgresVersion = "42.7.3"
val testContainerVersion = "1.19.8"
val kotlinVersion = "2.0.0"
val swaggerUiVersion = "5.17.14"
val kotestVersion = "5.9.1"
val googlePostgresVersion = "1.18.1"
val googlePostgresVersion = "1.19.0"
val googleOauthVersion = "1.36.0"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"
Expand Down

0 comments on commit 62419ab

Please sign in to comment.