From 49eb4c612d855ec4f87ed24c0cdd5d19492ccbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:39:46 +0100 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 in /springboot-app (#85) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.0 to 42.7.1. - [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.7.0...REL42.7.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... 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 1030dd3..7b9552d 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-jdbc") implementation("org.flywaydb:flyway-core:10.1.0") implementation("org.flywaydb:flyway-database-postgresql:10.2.0") - implementation("org.postgresql:postgresql:42.7.0") + implementation("org.postgresql:postgresql:42.7.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")