Ver Fonte

Update to json-path 2.9.0

Closes gh-1575
Joe Grandja há 1 ano atrás
pai
commit
0503e477b9

+ 1 - 1
dependencies/spring-authorization-server-dependencies.gradle

@@ -20,7 +20,7 @@ dependencies {
 		api "org.mockito:mockito-core:4.11.0"
 		api "com.squareup.okhttp3:mockwebserver:4.12.0"
 		api "com.squareup.okhttp3:okhttp:4.12.0"
-		api "com.jayway.jsonpath:json-path:2.8.0"
+		api "com.jayway.jsonpath:json-path:2.9.0"
 		api "org.hsqldb:hsqldb:2.7.2"
 	}
 }