From a6f7d3d9be5f8736b4f07745198bcb69c7cef98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 07:04:18 +0000 Subject: [PATCH] Bump jdbi3-core from 3.21.0 to 3.22.0 Bumps [jdbi3-core](https://github.com/jdbi/jdbi) from 3.21.0 to 3.22.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.21.0...v3.22.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core 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 a36e64de8..2538cda48 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { // Component dependencies guavaVersion = "30.1.1-jre" jacksonVersion = "2.12.5" - jdbiVersion = "3.21.0" + jdbiVersion = "3.22.0" jenaVersion = "4.1.0" jsonldVersion = "0.13.3" liquibaseVersion = "4.4.3"