From e8f59bf3267a1e258508a7855bc37e5d5b8f9c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:07:46 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.0. - [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] --- divviup/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divviup/build.gradle.kts b/divviup/build.gradle.kts index 0bcc2b8..9c1d02d 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("org.testcontainers:testcontainers:1.19.1") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") testImplementation("ch.qos.logback:logback-core:1.4.11") testImplementation("ch.qos.logback:logback-classic:1.4.11") androidTestImplementation(project(":divviup:commontest"))