You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/03/05 11:18:15 UTC

[jmeter] 09/09: Update JMESPath to 0.5.1

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 1564774137506e6eb8283f384324bd51306ca1c1
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 12:17:01 2022 +0100

    Update JMESPath to 0.5.1
---
 gradle.properties | 4 ++--
 xdocs/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index c30380c..d08905e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -104,8 +104,8 @@ javax.activation.version=1.2.0
 jcharts.version=0.7.5
 jdom.version=1.1.3
 jetbrains-annotations.version=23.0.0
-jmespath-core.version=0.5.0
-jmespath-jackson.version=0.5.0
+jmespath-core.version=0.5.1
+jmespath-jackson.version=0.5.1
 jodd.version=5.0.13
 json-path.version=2.6.0
 json-smart.version=2.4.8
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index f17be2e..0dd8dfe 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -189,6 +189,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated WireMock-JRE8 to 2.30.0 (from 2.24.1).</li>
   <li>Updated com.github.vlsi.vlsi-release-plugins 1.76 (from 1.74).</li>
   <li>Updated jackson to 2.13.1 (from 2.10.5)</li>
+  <li>Updated jmespath to 0.5.1</li>
   <li><pr>671</pr>Move example definition of property <code>jmeter.reportgenerator.statistic_window</code>
      to <code>user.properties</code>, as it is read from that place.
      Contributed by Rithvik Patibandla (rithvikp98 at gmail.com)</li>