From 3250b80ed5d60fa152feb64781a952489237cff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 05:09:23 +0000 Subject: [PATCH] Bump postgresql from 42.2.20 to 42.4.0 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.4.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.2.20...REL42.4.0) --- 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..07a3d71 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.4.0") implementation("org.flywaydb:flyway-core:7.11.0") implementation("org.keycloak:keycloak-admin-client:12.0.2")