From 56c52f6ffd45812e3d1ac0639658d613d900707c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:45:20 +0000 Subject: [PATCH] Bump org.jdbi:jdbi3-postgres from 3.45.1 to 3.45.2 in /db-connector Bumps [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) from 3.45.1 to 3.45.2. - [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.45.1...v3.45.2) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- db-connector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-connector/build.gradle b/db-connector/build.gradle index b55769f3d..8e7de390c 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.postgresql:postgresql:42.7.3' implementation 'org.jdbi:jdbi3-core:3.45.2' implementation 'org.jdbi:jdbi3-sqlobject:3.45.1' - implementation 'org.jdbi:jdbi3-postgres:3.45.1' + implementation 'org.jdbi:jdbi3-postgres:3.45.2' liquibaseRuntime 'org.liquibase:liquibase-core:4.28.0' liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3'