From 3ecde6891df0597fa4bc8260c24ebe2a5c7ef900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:31:16 +0000 Subject: [PATCH] Bump org.jdbi:jdbi3-core from 3.45.3 to 3.45.4 in /gp2gp-translator Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.45.3 to 3.45.4. - [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.3...v3.45.4) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gp2gp-translator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp2gp-translator/build.gradle b/gp2gp-translator/build.gradle index deb2fa205..b7093d958 100644 --- a/gp2gp-translator/build.gradle +++ b/gp2gp-translator/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation project(':db-connector') implementation project(':schema') implementation 'com.github.spullara.mustache.java:compiler:0.9.14' - implementation 'org.jdbi:jdbi3-core:3.45.3' + implementation 'org.jdbi:jdbi3-core:3.45.4' implementation 'org.jetbrains:annotations:24.1.0' testImplementation 'org.springframework.boot:spring-boot-starter-test'