Skip to content

Commit

Permalink
chore(deps): bump org.postgresql:postgresql from 42.5.4 to 42.6.0
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.4 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.4...REL42.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 2d459d9 commit f6d7b7f
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
@@ -1,5 +1,5 @@
dependencies {
jdbcDriver 'org.postgresql:postgresql:42.5.4'
jdbcDriver 'org.postgresql:postgresql:42.6.0'
implementation project(':plugin-jdbc')
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'org.bouncycastle:bcpkix-jdk15on:1.70'
Expand Down

0 comments on commit f6d7b7f

Please sign in to comment.