From bdedd649f23ab94d853da7e590d2de586a49dea9 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Mon, 3 Jun 2024 05:00:14 -0700 Subject: [PATCH] Bump jsonpath, move to variable (#5985) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 74400dbcc97..c8819bc070a 100644 --- a/pom.xml +++ b/pom.xml @@ -1018,7 +1018,7 @@ 4.3.10 3.2.6 2.0.6 - + 2.9.0 3.1.4 1.19.3 3.1.2.RELEASE @@ -1119,12 +1119,12 @@ com.jayway.jsonpath json-path - 2.8.0 + ${json_path_version} com.jayway.jsonpath json-path-assert - 2.8.0 + ${json_path_version} com.github.ben-manes.caffeine