You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/28 17:33:40 UTC

[jmeter] branch master updated: fix(deps): update dependency net.minidev:json-smart to v2.4.10 (#5841)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov 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 97d46f7150 fix(deps): update dependency net.minidev:json-smart to v2.4.10 (#5841)
97d46f7150 is described below

commit 97d46f7150913ae2d0992704882d744f348236b9
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 19:33:34 2023 +0200

    fix(deps): update dependency net.minidev:json-smart to v2.4.10 (#5841)
---
 src/bom-thirdparty/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index daa0da140c..14b6f2553a 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -83,7 +83,7 @@ dependencies {
         api("org.jetbrains.lets-plot:lets-plot-batik:3.1.0")
         api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.3.0")
         api("net.minidev:accessors-smart:2.4.8")
-        api("net.minidev:json-smart:2.4.8")
+        api("net.minidev:json-smart:2.4.10")
         api("net.sf.jtidy:jtidy:r938")
         api("net.sf.saxon:Saxon-HE:11.3")
         api("org.apache-extras.beanshell:bsh:2.0b6")