From 74848db77097a73991f812927256b1cb60aae961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:12:03 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 to 42.7.3. - [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.2...REL42.7.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... 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 764f5519..f7b8ab04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ val ehcacheVersion = "3.10.8" val glassfishJaxbVersion = "4.0.5" val hibernateSearchVersion = "7.1.0.Final" val tikaVersion = "3.0.0-BETA" -val postgresqlVersion = "42.7.2" +val postgresqlVersion = "42.7.3" val reflectionsVersion = "0.10.2" val guiceVersion = "7.0.0" val liquibaseCoreVersion = "4.26.0"