From 0db26c51c1116455120141e3183745125b8bffee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:48:18 +0000 Subject: [PATCH] [JN-1457]: Bump org.jdbi:jdbi3-postgres from 3.34.0 to 3.49.6 Bumps [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) from 3.34.0 to 3.49.6. - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.34.0...v3.49.6) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-postgres dependency-version: 3.49.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 6 +++--- pepper-import/build.gradle | 6 +++--- populate/build.gradle | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 0590f36526..a1e9b35577 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -24,9 +24,9 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter:3.5.3' implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5' - implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0' + implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.49.6' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.5' implementation 'org.springframework.boot:spring-boot-starter-webflux:3.5.3' implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.5' diff --git a/pepper-import/build.gradle b/pepper-import/build.gradle index 3685fea4ee..94159eb240 100644 --- a/pepper-import/build.gradle +++ b/pepper-import/build.gradle @@ -25,9 +25,9 @@ dependencies { implementation project(':core') implementation project(':populate') implementation 'org.springframework.boot:spring-boot-starter:3.4.4' - implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0' + implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.49.6' implementation 'org.apache.commons:commons-text:1.13.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2' diff --git a/populate/build.gradle b/populate/build.gradle index 94865adb00..2c31f181ac 100644 --- a/populate/build.gradle +++ b/populate/build.gradle @@ -18,9 +18,9 @@ repositories { dependencies { implementation project(':core') implementation 'org.springframework.boot:spring-boot-starter:3.4.4' - implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0' - implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0' + implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.49.6' + implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.49.6' implementation 'org.apache.commons:commons-text:1.13.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2'