From 1c806bf6eb619356be5ee154202db3c5fb16114c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:50:06 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75484ae7..4d258d56 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ java { dependencies { nullabilityAnnotationsImplementation 'com.google.code.findbugs:jsr305:3.0.2' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}" testImplementation "org.junit.jupiter:junit-jupiter-params:${jUnitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jUnitVersion}"