From 16e5889dfb853983641106e150a40f059d67c68d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jan 2024 23:23:16 +0000 Subject: [PATCH] Update json-path to 2.9.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf464b3..f01f15b2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -85,6 +85,6 @@ object Dependencies extends AutoPlugin { val scalatestPlusMockito = "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36" val typesafeConfig = "com.typesafe" % "config" % "1.4.2" - val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.7.0" % Test + val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.9.0" % Test } }