Skip to content

Commit

Permalink
chore(gradle): bump org.postgresql:postgresql from 42.7.1 to 42.7.3
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 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.1...REL42.7.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 466bb0c commit 370d10b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
pwGen
}
dependencies {
implementation('org.postgresql:postgresql:42.7.1') {
implementation('org.postgresql:postgresql:42.7.3') {
because 'Postgres driver to connect to a running DB to query for user information'
}
implementation('org.mindrot:jbcrypt:0.4') {
Expand Down

0 comments on commit 370d10b

Please sign in to comment.