From 6068eb2520ba2b7bd01b5228559a4700b37982fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:38:40 +0000 Subject: [PATCH] Bump org.postgresql:postgresql in the gradle group across 1 directory Bumps the gradle group with 1 update in the / directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.postgresql:postgresql` from 42.7.10 to 42.7.11 - [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.10...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production dependency-group: gradle ... 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 4cf74677..af90ebd2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ val kotlinxCoroutinesVersion = "1.10.2" val exposedVersion = "1.2.0" val sqliteVersion = "3.51.3.0" val mySqlVersion = "9.6.0" -val postgresSqlVersion = "42.7.10" +val postgresSqlVersion = "42.7.11" val mariaDBVersion = "3.5.8" val kotlinxSerializationVersion = "1.10.0"