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 18:04:43 UTC

[jmeter] branch master updated: fix(deps): update dependency net.minidev:accessors-smart to v2.4.9 (#5840)

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 bd1f98e274 fix(deps): update dependency net.minidev:accessors-smart to v2.4.9 (#5840)
bd1f98e274 is described below

commit bd1f98e27493dd42e08b716034b26940177a4488
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 20:04:37 2023 +0200

    fix(deps): update dependency net.minidev:accessors-smart to v2.4.9 (#5840)
---
 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 d651a157a1..8e436e4e94 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
         api("org.jetbrains:annotations:23.1.0")
         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:accessors-smart:2.4.9")
         api("net.minidev:json-smart:2.4.10")
         api("net.sf.jtidy:jtidy:r938")
         api("net.sf.saxon:Saxon-HE:11.3")