Skip to content

Commit

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


Updates `org.flywaydb:flyway-database-postgresql` from 10.9.1 to 10.10.0

Updates `org.postgresql:postgresql` from 42.7.2 to 42.7.3
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.2...REL42.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent c93c35d commit e976a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
hikari = "5.1.0"
flyway = "10.9.1"
flyway = "10.10.0"
jooq = "3.19.6"
junit = "5.10.2"
junit-platform = "1.10.2"
Expand All @@ -9,7 +9,7 @@ mockk = "1.13.10"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.3"
postgresql = "42.7.2"
postgresql = "42.7.3"

[libraries]
flyway-database-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" }
Expand Down

0 comments on commit e976a8e

Please sign in to comment.