Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.7.3 to 42.7.4
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

---
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 Sep 1, 2024
1 parent fb5ce8d commit fc31148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ configurations {
dependencies {
compileOnly 'cd.go.plugin:go-plugin-api:24.3.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation('org.postgresql:postgresql:42.7.3') {
implementation('org.postgresql:postgresql:42.7.4') {
exclude(module: 'checker-qual')
}
implementation 'org.apache.commons:commons-dbcp2:2.12.0'
Expand Down

0 comments on commit fc31148

Please sign in to comment.