From dde59fb79e73df6ac1ffda82bfd41b41a06cc60b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:36:25 +0000 Subject: [PATCH] chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.20.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 495e39609c0..96628a7a184 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.14.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.0' + testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.1' testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8 }