Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates (#275)
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.17.2 to 10.17.3
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.17.2...flyway-10.17.3)

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.2 to 10.17.3

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.2 to 10.17.3

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 712b117 commit 6eed93b
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 @@ -12,7 +12,7 @@ val kithHodemeldingVersion = "2.0.1"
val jacksonVersion = "2.17.2"
val mockkVersion = "1.13.12"
val postgresVersion = "42.7.4"
val flywayVersion = "10.17.2"
val flywayVersion = "10.17.3"
val hikariVersion = "5.1.0"
val javaTimeAdapterVersion = "1.1.3"
val kotestVersion = "5.9.1"
Expand Down

0 comments on commit 6eed93b

Please sign in to comment.