Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /http4k-app (#…
Browse files Browse the repository at this point in the history
…133)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2.
- [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.2)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent b9816f3 commit cba7159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http4k-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation "org.http4k:http4k-cloudnative:${http4kVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"

implementation "org.postgresql:postgresql:42.7.1"
implementation "org.postgresql:postgresql:42.7.2"

implementation "com.bettercloud:vault-java-driver:5.1.0"

Expand Down

0 comments on commit cba7159

Please sign in to comment.