Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Bump the annet-deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the annet-deps group with 2 updates in the /app directory: org.flywaydb:flyway-database-postgresql and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.flywaydb:flyway-database-postgresql` from 11.1.1 to 11.2.0

Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 31abe30 commit 04579f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ val mockkVersion = "1.13.16"
val assertjVersion = "3.27.2"

// Database
val flywayVersion = "11.1.1"
val flywayVersion = "11.2.0"
val hikariVersion = "6.2.1"
val kotliqueryVersion = "1.9.1"
val postgresVersion = "42.7.4"
val postgresVersion = "42.7.5"
val embeddedPostgres = "2.1.0"
val embeddedPostgresBinaries = "12.9.0"

Expand Down

0 comments on commit 04579f9

Please sign in to comment.