From 2182aeddef79b33c72fd1a52f820ec9474f521ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:48:07 +0000 Subject: [PATCH] build(deps): Bump jackson from 2.12.3 to 2.16.1 Bumps `jackson` from 2.12.3 to 2.16.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.12.3 to 2.16.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.3...jackson-core-2.16.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.12.3 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.12.3 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.12.3 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.12.3...jackson-module-kotlin-2.16.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-annotations 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 159a7ffeac76..d2e44db52562 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "1.8.22" # https://github.com/Kotlin/kotlinx.coroutines kotlin-coroutines = "1.7.3" # https://github.com/FasterXML/jackson -jackson = "2.12.3" +jackson = "2.16.1" # https://greenrobot.org/greendao/ greendao = "3.3.0" # https://github.com/googlecodelabs/android-hilt