This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 94c8ffe Revert json-path to version 2.4.0
94c8ffe is described below
commit 94c8ffedde95fb16eb2da39c90e51233a82b61b7
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Jan 9 18:30:52 2021 +0100
Revert json-path to version 2.4.0
The newer version 2.5.0 has a bug
https://github.com/json-path/JsonPath/issues/658
which surfaces when using regexes in the expressions.
Bugzilla Id: 65053
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 516f214..f9f3402 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -100,7 +100,7 @@ jdom.version=1.1.3
jmespath-core.version=0.5.0
jmespath-jackson.version=0.5.0
jodd.version=5.0.13
-json-path.version=2.5.0
+json-path.version=2.4.0
json-smart.version=2.3
jsoup.version=1.13.1
jtidy.version=r938
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index e3142a9..f39d905 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -125,7 +125,6 @@ Summary
<li>Updated commons-io to 2.8.0 (from 2.7)</li>
<li>Updated commons-net to 3.7.2 (from 3.7)</li>
<li>Updated jackson to 2.10.5 (from 2.10.3)</li>
- <li>Updated json-path to 2.5.0 (from 2.4.0)</li>
<li>Updated junit to 4.13.1 (from 4.13)</li>
<li>Updated ph-commons to 9.5.1 (from 9.4.1)</li>
<li>Updated ph-css to 6.2.3 (from 6.2.1)</li>