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.2.0 to 10.3.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.2.0...flyway-10.3.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.2.0 to 10.3.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 15, 2023
1 parent ca3e9eb commit 19f748a
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.2.0"
val flywayVersion = "10.3.0"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand Down

0 comments on commit 19f748a

Please sign in to comment.