Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb:flyway-database-postgresql.


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

Updates `org.flywaydb:flyway-database-postgresql` from 10.1.0 to 10.2.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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent e6c2f20 commit fef7244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val mockkVersion = "1.13.8"
val kotlinVersion = "1.9.21"
val googleCloudStorageVersion = "2.30.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.1.0"
val flywayVersion = "10.2.0"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand Down

0 comments on commit fef7244

Please sign in to comment.