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
commit e19f3ce13617752d9dec75b0610b4707d7604e9e Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 14:38:53 2021 +0200 Update json-path to 2.6.0 --- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a03f9b5..8c25a06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -101,7 +101,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.4.0 +json-path.version=2.6.0 json-smart.version=2.4.7 jsoup.version=1.13.1 jtidy.version=r938 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index f30f7ec..5354fa1 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -62,7 +62,7 @@ 220475,jodd-lagarto-5.0.13.jar 19858,jodd-log-5.0.13.jar 26047,jodd-props-5.0.13.jar -223186,json-path-2.4.0.jar +238605,json-path-2.6.0.jar 119227,json-smart-2.4.7.jar 393851,jsoup-1.13.1.jar 249924,jtidy-r938.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 7227fe4..183c412 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -155,6 +155,7 @@ Summary <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li> <li>Updated Apache HttpClient to 4.5.13 (from 4.5.12).</li> <li>Updated Apache HttpCore to 4.4.14 (from 4.4.13).</li> + <li>Updated json-path to 2.6.0 (from 2.4.0).</li> </ul> <!-- =================== Bug fixes =================== -->
