Skip to content

Commit

Permalink
chore(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#486)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jan 22, 2025

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zalegrala Zach Leslie
1 parent 31bdca2 commit 3f7f325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-postgres/build.gradle
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jar {
}

dependencies {
jdbcDriver 'org.postgresql:postgresql:42.7.4'
jdbcDriver 'org.postgresql:postgresql:42.7.5'
implementation project(':plugin-jdbc')
api 'org.bouncycastle:bcprov-jdk18on:1.79'
api 'org.bouncycastle:bcpkix-jdk18on:1.79'

0 comments on commit 3f7f325

Please sign in to comment.