From 53926aff9546f97a3a366d6043668b5da4b733cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:32:02 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 9602e01a3f8..e8c8d6fbc4f 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -415,7 +415,7 @@ dependencies { contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit_jupiter contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit_jupiter contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.2' - contractTestImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.5' + contractTestImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.1' contractTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.1' contractTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-netflix-ribbon', version: '2.2.10.RELEASE' contractTestImplementation group: 'com.netflix.ribbon', name: 'ribbon-core', version: '2.7.18'