From 4d51df86f5aa1329bd1635ac7aa95061de89bfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:25:36 -0400 Subject: [PATCH] Bump jdbiVersion from 3.41.0 to 3.41.1 (#11942) Bumps `jdbiVersion` from 3.41.0 to 3.41.1. Updates `org.jdbi:jdbi3-core` from 3.41.0 to 3.41.1 - [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.41.0...v3.41.1) Updates `org.jdbi:jdbi3-sqlobject` from 3.41.0 to 3.41.1 - [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.41.0...v3.41.1) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 475f0858120..fe1535cfb5a 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ subprojects { jaxbApiVersion = '2.3.1' jaxbCoreVersion = '4.0.3' jaxbImplVersion = '4.0.3' - jdbiVersion = '3.41.0' + jdbiVersion = '3.41.1' jetbrainsAnnotationsVersion = '24.0.1' jlayerVersion = '1.0.1.4' junitJupiterVersion = '5.10.0'