From 4a42cc9c4c61073415046f6b372a0dffac8987da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:17:49 +0000 Subject: [PATCH] chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.18.0 --- snippets/java/build.gradle | 2 +- templates/java/tests/build.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/java/build.gradle b/snippets/java/build.gradle index 129c14a5129..5e65a212b5c 100644 --- a/snippets/java/build.gradle +++ b/snippets/java/build.gradle @@ -18,7 +18,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8 } diff --git a/templates/java/tests/build.mustache b/templates/java/tests/build.mustache index 1acafae74b3..7bf03ce4aa6 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.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8 }