From f35ab5fd3f05740273f21cfdcb0975ebe365e5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:12:28 +0000 Subject: [PATCH] chore(deps):(deps): bump org.postgresql:postgresql Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 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.8...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/sample-java/build.gradle.kts | 2 +- sample/sample-kotlin/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/sample-java/build.gradle.kts b/sample/sample-java/build.gradle.kts index 8d69043..712f55e 100644 --- a/sample/sample-java/build.gradle.kts +++ b/sample/sample-java/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { // Database drivers runtimeOnly("com.h2database:h2:2.4.240") - runtimeOnly("org.postgresql:postgresql:42.7.8") + runtimeOnly("org.postgresql:postgresql:42.7.11") testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(module = "mockito-core") diff --git a/sample/sample-kotlin/build.gradle.kts b/sample/sample-kotlin/build.gradle.kts index 78511d8..0e70fda 100644 --- a/sample/sample-kotlin/build.gradle.kts +++ b/sample/sample-kotlin/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { // Database drivers runtimeOnly("com.h2database:h2:2.4.240") - runtimeOnly("org.postgresql:postgresql:42.7.8") + runtimeOnly("org.postgresql:postgresql:42.7.11") testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(module = "mockito-core")