From 9b5cafe4ca1f962b1aa516f96b5f19bd23b0d8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 05:06:11 +0000 Subject: [PATCH] Bump postgresql from 42.2.20 to 42.4.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.4.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.4.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..bdb853c 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.1") implementation("org.flywaydb:flyway-core:7.11.0") implementation("org.keycloak:keycloak-admin-client:12.0.2")