From 397c0be4901b4cc4a5ecb945e52dfa7a5e86230e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 05:03:21 +0000 Subject: [PATCH] Bump postgresql from 42.2.20 to 42.5.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.5.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.2.20...REL42.5.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a57a316..72c2477 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { // persistence implementation("org.springframework.boot:spring-boot-starter-data-jpa") - runtimeOnly("org.postgresql:postgresql:42.2.20") + runtimeOnly("org.postgresql:postgresql:42.5.1") implementation("org.flywaydb:flyway-core:7.11.0") implementation("org.keycloak:keycloak-admin-client:12.0.2")