From 9c655fb0ebe4bea91798aff8a898b2661a5475f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:28:07 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.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 bbc4198..c0428fd 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("org.testcontainers:testcontainers:1.20.2") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") testImplementation("ch.qos.logback:logback-core:1.5.8") testImplementation("ch.qos.logback:logback-classic:1.5.8") testImplementation("commons-io:commons-io:2.17.0")