From 78f762c25b3a783a8755f02f24abcf800ea310e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:02:03 +0000 Subject: [PATCH] chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.18.1 --- templates/java/tests/build.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/java/tests/build.mustache b/templates/java/tests/build.mustache index fc92372368..704e8c4c44 100644 --- a/templates/java/tests/build.mustache +++ b/templates/java/tests/build.mustache @@ -18,7 +18,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' + testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.1' testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8 }