From e91e6d9e948e718051e210e020edce43597f6112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 06:09:13 +0000 Subject: [PATCH] Bump jackson-databind from 2.12.4 to 2.14.0 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.4 to 2.14.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5dc8f5..5b204ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("io.nayuki:qrcodegen:1.7.0") // https://github.com/FasterXML/jackson-databind - implementation("com.fasterxml.jackson.core:jackson-databind:2.12.4") + implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0") if (project.getParent() == null) { implementation("org.s7s:core.foundation:+")