From 311981c02f7fd44ee83929cfa333c6d364e4a5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:23:51 -0700 Subject: [PATCH] Bump org.postgresql:postgresql from 42.5.0 to 42.5.4 (#4177) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.4. - [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.5.0...REL42.5.4) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c809c951e3..cbd618d1f1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ mongo = "4.8.2" netty = "4.1.99.Final" newrelic-api = "5.14.0" okhttp = "5.0.0-alpha.11" # TODO is compiling against an alpha version intentional? -postgre = "42.5.0" +postgre = "42.5.4" prometheus = "0.16.0" reactor = "2020.0.36" rest-assured = "5.3.2"