From 3525d8edb76122e95d7f1f4d253a06cd1034c55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:43:44 +0100 Subject: [PATCH] Bump org.postgresql:postgresql from 42.5.1 to 42.6.0 in /springboot-app (#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](https://github.com/pgjdbc/pgjdbc/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- springboot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot-app/build.gradle.kts b/springboot-app/build.gradle.kts index f10f5b1..1dc6d36 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -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")