From 10b13a5ed37633594e22e71ab92ee81e48643bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:22:36 +0000 Subject: [PATCH] Build(deps): bump org.postgresql:postgresql from 42.7.1 to 42.7.2 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2. - [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.1...REL42.7.2) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 319f9a14b..09de7e687 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { kotlinVersion = '1.9.22' ktlintVersion = '0.43.2' passayVersion = '1.6.4' - postgresqlJdbcVersion = '42.7.1' + postgresqlJdbcVersion = '42.7.2' springRestDocsVersion = '2.0.8.RELEASE' springBootVersion = '2.7.18' springSecurityOauth2Version = '2.5.2.RELEASE'