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 0238874ff6 fix(deps): update junit5 monorepo to v5.9.3 (#5832)
0238874ff6 is described below
commit 0238874ff654377f985b1fdc7cfd64469f929c09
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Apr 27 21:41:06 2023 +0200
fix(deps): update junit5 monorepo to v5.9.3 (#5832)
---
src/bom-thirdparty/build.gradle.kts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index e90b07747c..a86dc92663 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -84,9 +84,9 @@ dependencies {
api("org.jetbrains:annotations:23.0.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("org.junit.jupiter:junit-jupiter:5.8.2")
- api("org.junit.jupiter:junit-jupiter-api:5.8.2")
- api("org.junit.jupiter:junit-jupiter-params:5.8.2")
+ api("org.junit.jupiter:junit-jupiter:5.9.3")
+ api("org.junit.jupiter:junit-jupiter-api:5.9.3")
+ api("org.junit.jupiter:junit-jupiter-params:5.9.3")
api("net.minidev:accessors-smart:2.4.8")
api("net.minidev:json-smart:2.4.8")
api("net.sf.jtidy:jtidy:r938")