Merge pull request #7759 from dataease/pr@dev-v2@perf_pom

perf: 升级json-path依赖
This commit is contained in:
fit2cloudrd 2024-01-23 11:14:58 +08:00 committed by GitHub
commit 662f222c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>[2.9.0, )</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>