Skip to content

Commit

Permalink
fix(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) 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.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JoergSiebahn committed Jan 20, 2025
1 parent aa840fe commit 00eac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
api "org.objenesis:objenesis:3.4"

// sda-commons-server-hibernate
api "org.postgresql:postgresql:42.7.4"
api "org.postgresql:postgresql:42.7.5"
api "org.flywaydb:flyway-core:${flywayVersion}"
api "org.flywaydb:flyway-database-postgresql:${flywayVersion}"

Expand Down

0 comments on commit 00eac98

Please sign in to comment.