From 359458e6bed924c89bd800874f033ce8d6fe2d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:37:15 +0200 Subject: [PATCH] chore(deps): bump jacksonVersion from 2.15.2 to 2.15.3 (#567) Bumps `jacksonVersion` from 2.15.2 to 2.15.3. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.15.3 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.2 to 2.15.3 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.15.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 497f0abe..c9624adb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ val kotlinLoggingVersion = "3.0.5" val logbackVersion = "1.4.11" val nimbusSdkVersion = "10.15" val mockWebServerVersion = "4.11.0" -val jacksonVersion = "2.15.2" +val jacksonVersion = "2.15.3" val nettyVersion = "4.1.100.Final" val junitJupiterVersion = "5.10.0" val kotlinVersion = "1.9.10"