Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.5.1 to 42.6.0 in /http4k-app (#26
Browse files Browse the repository at this point in the history
)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 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.1...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 3525d8e commit 3d19e1f
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.5.1"
implementation "org.postgresql:postgresql:42.6.0"

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

Expand Down

0 comments on commit 3d19e1f

Please sign in to comment.