From f9de7229a6b8e4d9c73677aa7d6d6b235a80a449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:07:34 +0000 Subject: [PATCH] chore(deps): bump jacksonVersion from 2.13.4 to 2.14.0 Bumps `jacksonVersion` from 2.13.4 to 2.14.0. Updates `jackson-databind` from 2.13.4 to 2.14.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-module-kotlin` from 2.13.4 to 2.14.0 - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.13.4...jackson-module-kotlin-2.14.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin 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 31ebce6f..4118f1eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ val kotlinLoggingVersion = "3.0.4" val logbackVersion = "1.2.11" val nimbusSdkVersion = "10.1" val mockWebServerVersion = "4.10.0" -val jacksonVersion = "2.13.4" +val jacksonVersion = "2.14.0" val nettyVersion = "4.1.84.Final" val junitJupiterVersion = "5.9.1" val kotlinVersion = "1.7.20"