From 440b30be2df50a8e2d1b4d22b7547979c771756c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:24:12 +0000 Subject: [PATCH] chore: bump org.postgresql:postgresql from 42.7.11 to 42.7.12 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.11 to 42.7.12. - [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.11...REL42.7.12) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.12 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 daa5d5c..b5b1cd0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // Shaded and relocated — no server-side drivers required shade("com.zaxxer:HikariCP:7.1.0") shade("org.mariadb.jdbc:mariadb-java-client:3.5.9") // compatible with MySQL 5.7+ and 8.x - shade("org.postgresql:postgresql:42.7.11") + shade("org.postgresql:postgresql:42.7.12") shade("com.tcoded:FoliaLib:0.5.2") shade("org.bstats:bstats-bukkit:3.2.1")