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 45c4b0466d fix(deps): update dependency org.junit:junit-bom to v5.10.1
45c4b0466d is described below
commit 45c4b0466da452f963e3efffae3bbe8c88b877e0
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 16:27:47 2023 +0000
fix(deps): update dependency org.junit:junit-bom to v5.10.1
---
src/bom-testing/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 257c788f1a..390fd33d43 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -26,7 +26,7 @@ javaPlatform {
}
dependencies {
- api(platform("org.junit:junit-bom:5.9.3"))
+ api(platform("org.junit:junit-bom:5.10.1"))
constraints {
// api means "the dependency is for both compilation and runtime"