From 82edc28338f9e3ad0e430e74cc889dfa2eee0e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 05:06:56 +0000 Subject: [PATCH] Bump postgresql from 42.2.20 to 42.5.0 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.5.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.5.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..7870eed 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.0") implementation("org.flywaydb:flyway-core:7.11.0") implementation("org.keycloak:keycloak-admin-client:12.0.2")