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 3e6c3f7a6a fix(deps): update net.minidev json-smart to v2.5.0
3e6c3f7a6a is described below
commit 3e6c3f7a6aeb8ad12b34cf9ef46f492c3243b95d
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 16:31:23 2023 +0000
fix(deps): update net.minidev json-smart to v2.5.0
---
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 f2bf539cc1..09b94b2dfb 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -87,8 +87,8 @@ dependencies {
api("org.hamcrest:hamcrest:2.2") {
because("ApacheJMeter_junit depends on junit4")
}
- api("net.minidev:accessors-smart:2.4.11")
- api("net.minidev:json-smart:2.4.11")
+ api("net.minidev:accessors-smart:2.5.0")
+ api("net.minidev:json-smart:2.5.0")
api("net.sf.jtidy:jtidy:r938")
api("net.sf.saxon:Saxon-HE:11.5")
api("org.apache-extras.beanshell:bsh:2.0b6")