Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 in /smoke-tests (#…
Browse files Browse the repository at this point in the history
…797)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent ac4ee3d commit 569ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
testImplementation 'org.postgresql:postgresql:42.7.3'
testImplementation 'org.postgresql:postgresql:42.7.4'
testImplementation ('org.apache.qpid:qpid-jms-client:1.6.0') {
exclude group: 'io.netty', module: 'netty-codec-http'
}
Expand Down

0 comments on commit 569ab91

Please sign in to comment.