From c196b549ead36729a17e5954966c0c69920a9aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:11:51 -0800 Subject: [PATCH] Bump jdbiVersion from 3.41.3 to 3.42.0 (#12158) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98f5f7320a8..66f3cde1869 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.41.3' + jdbiVersion = '3.42.0' jetbrainsAnnotationsVersion = '24.1.0' jlayerVersion = '1.0.1.4' junitJupiterVersion = '5.10.1'