From 3b485ce4b1b22141ac7bb3a07d28333fdb0a6443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:33:51 +0000 Subject: [PATCH] Bump jdbiVersion from 3.45.1 to 3.45.4 Bumps `jdbiVersion` from 3.45.1 to 3.45.4. Updates `org.jdbi:jdbi3-core` from 3.45.1 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.1...v3.45.4) Updates `org.jdbi:jdbi3-sqlobject` from 3.45.1 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.1...v3.45.4) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jdbi:jdbi3-sqlobject dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b5576f..0c3f073 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ ext { jaxbApiVersion = "2.3.1" jaxbCoreVersion = "4.0.5" jaxbImplVersion = "4.0.5" - jdbiVersion = "3.45.1" + jdbiVersion = "3.45.4" junitJupiterVersion = "5.10.2" junitPlatformLauncherVersion = "1.10.2" mockitoVersion = "5.11.0"