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/05/19 06:30:03 UTC

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

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 4ca29de0ad fix(deps): update net.minidev json-smart to v2.4.11
4ca29de0ad is described below

commit 4ca29de0ada7daa4a367b21de4e6be8fb38ef945
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri May 19 05:35:53 2023 +0000

    fix(deps): update net.minidev json-smart to v2.4.11
---
 src/bom-thirdparty/build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index 6ceb04daf0..199b6e19f5 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -88,8 +88,8 @@ dependencies {
         api("org.jetbrains:annotations:24.0.1")
         api("org.jetbrains.lets-plot:lets-plot-batik:3.2.0")
         api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.1")
-        api("net.minidev:accessors-smart:2.4.9")
-        api("net.minidev:json-smart:2.4.10")
+        api("net.minidev:accessors-smart:2.4.11")
+        api("net.minidev:json-smart:2.4.11")
         api("net.sf.jtidy:jtidy:r938")
         api("net.sf.saxon:Saxon-HE:11.5")
         api("org.apache-extras.beanshell:bsh:2.0b6")