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 2021/04/10 12:11:48 UTC

[jmeter] branch master updated: update json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2)

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 5a5cb21  update json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2)
5a5cb21 is described below

commit 5a5cb2167053b0c55aec6e0bf38de3f30b4176dc
Author: Stefan Seide <ac...@seide.st>
AuthorDate: Wed Apr 7 14:36:10 2021 +0200

    update json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2)
    
    Closes #656
---
 checksum.xml                                | 1 +
 gradle.properties                           | 4 ++--
 src/dist/src/dist/expected_release_jars.csv | 4 ++--
 xdocs/changes.xml                           | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/checksum.xml b/checksum.xml
index c5d6a54..9b91cad 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -81,6 +81,7 @@
     <trusted-key id='efe8086f9e93774e' group='junit' />
     <trusted-key id='15c71c0a4e0b8edd' group='net.java.dev.jna' />
     <trusted-key id='75bf031b7c94e183' group='net.java.dev.jna' />
+    <trusted-key id='1d0690e353be126d' group='net.minidev' />
     <trusted-key id='f6bc09712c8df6ec' group='net.minidev' />
     <trusted-key id='0da8a5ec02d11ead' group='net.sf.jopt-simple' />
     <trusted-key id='d4012dda1f1f0f82' group='net.sf.jtidy' />
diff --git a/gradle.properties b/gradle.properties
index 5f37e93..d9fbb84 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -51,7 +51,7 @@ org.nosphere.apache.rat.version=0.7.0
 org.sonarqube.version=3.0
 
 # Dependencies
-accessors-smart.version=1.2
+accessors-smart.version=1.3
 activemq.version=5.16.0
 apache-rat.version=0.13
 apiguardian-api.version=1.1.0
@@ -102,7 +102,7 @@ jmespath-core.version=0.5.0
 jmespath-jackson.version=0.5.0
 jodd.version=5.0.13
 json-path.version=2.4.0
-json-smart.version=2.3
+json-smart.version=2.4.1
 jsoup.version=1.13.1
 jtidy.version=r938
 junit4.version=4.13.1
diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv
index e124b8c..72136d1 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -1,4 +1,4 @@
-30035,accessors-smart-1.2.jar
+29863,accessors-smart-1.3.jar
 2387,apiguardian-api-1.1.0.jar
 121783,asm-9.0.jar
 113369,bsf-2.4.0.jar
@@ -63,7 +63,7 @@
 19858,jodd-log-5.0.13.jar
 26047,jodd-props-5.0.13.jar
 223186,json-path-2.4.0.jar
-120316,json-smart-2.3.jar
+119759,json-smart-2.4.1.jar
 393851,jsoup-1.13.1.jar
 249924,jtidy-r938.jar
 382708,junit-4.13.1.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 2302769..e4bbbe9 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -128,6 +128,7 @@ Summary
   <li><bug>65128</bug><pr>643</pr>Add missing documentation about <code>Same user on each iteration</code> for Thread Groups. Contributed by njkuzas.</li>
   <li><pr>648</pr>Updated xmlgraphics-commons to 2.6 (from 2.3). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
   <li><pr>655</pr>Updated x-stream to 1.4.16 (from 1.4.15). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
+  <li><pr>656</pr>Updated json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->