From 71416a2e4e47c42089544a15fd0c2310a1ca654e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 03:30:55 +0000 Subject: [PATCH] Bump jdbiVersion from 3.42.0 to 3.43.0 Bumps `jdbiVersion` from 3.42.0 to 3.43.0. Updates `org.jdbi:jdbi3-core` from 3.42.0 to 3.43.0 - [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.42.0...v3.43.0) Updates `org.jdbi:jdbi3-sqlobject` from 3.42.0 to 3.43.0 - [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.42.0...v3.43.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jdbi:jdbi3-sqlobject dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f321a7d989..78f217aad5 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ subprojects { jaxbApiVersion = '2.3.1' jaxbCoreVersion = '4.0.4' jaxbImplVersion = '4.0.4' - jdbiVersion = '3.42.0' + jdbiVersion = '3.43.0' jetbrainsAnnotationsVersion = '24.1.0' jlayerVersion = '1.0.1.4' junitJupiterVersion = '5.10.1'