Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.5.1 to 42.6.0 in /springboot-a…
Browse files Browse the repository at this point in the history
…pp (#27)

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 2ce9f12 commit 3525d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-vault-config")

implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.postgresql:postgresql:42.5.1")
implementation("org.postgresql:postgresql:42.6.0")
implementation("org.flywaydb:flyway-core:9.10.2")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down

0 comments on commit 3525d8e

Please sign in to comment.