From 4bf34120404eee155f8a2d4a03fc9522ab6fa7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:20:50 +0800 Subject: [PATCH] :arrow_up: Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 (#569) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.0 to 42.7.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.7.0...REL42.7.1) --- 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 76ce73a4..2f623bf3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ nebula-info = "12.1.6" nebula-publishing = "21.0.0" okhttp = "4.12.0" plugin-publishing = "1.2.1" -postgresql = "42.7.0" +postgresql = "42.7.1" protobuf = "3.25.1" protobuf-legacy = "3.22.2" reflections = "0.10.2"