From 77a4297c472b789126a640046e51d232914c65da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:11:03 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 (#3981) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 aa60a16083..aeb2814670 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.8" } reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.4" } scalaLibrary = { module = "org.scala-lang:scala-library", version = "2.13.12" } gson = { module = "com.google.code.gson:gson", version = "2.10.1" } -jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.15.2" } +jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.15.3" } jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" } jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.3" } jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }