From 948d223a91a94444e49439aab7a65a3002d63459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:00:34 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.1 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.1 to 2.15.3. - [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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 43c9f16c..3b547d7b 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext { dependencies { compileOnly 'com.google.code.findbugs:jsr305:3.0.2' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}" testImplementation "org.junit.jupiter:junit-jupiter-params:${jUnitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jUnitVersion}"