From 7f154b5d703c2e8927c054533fc4ef5840ec9397 Mon Sep 17 00:00:00 2001 From: Heemin Kim Date: Wed, 11 Dec 2024 11:19:06 -0800 Subject: [PATCH] Upgrade jsonpath from 2.8.0 to 2.9.0 Signed-off-by: Heemin Kim --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7fd67d1b2..893c3f39e 100644 --- a/build.gradle +++ b/build.gradle @@ -298,7 +298,9 @@ dependencies { testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10' testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.3' testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.4' - testFixturesImplementation 'com.jayway.jsonpath:json-path:2.8.0' + testFixturesImplementation('com.jayway.jsonpath:json-path:2.9.0') { + exclude group: 'org.slf4j', module: 'slf4j-api' + } testFixturesImplementation "org.opensearch:common-utils:${version}" implementation 'com.github.oshi:oshi-core:6.4.13' api "net.java.dev.jna:jna:5.13.0"