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 7c4edb3117 chore: bump springframework to 6.2.12 (used in testing only)
7c4edb3117 is described below
commit 7c4edb3117cadb3c98724179ddf7affdff917951
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 20:41:33 2025 +0300
chore: bump springframework to 6.2.12 (used in testing only)
---
src/bom-testing/build.gradle.kts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 361448c7df..b510fea230 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -27,6 +27,7 @@ javaPlatform {
dependencies {
api(platform("org.junit:junit-bom:5.14.0"))
+ api(platform("org.springframework:spring-framework-bom:6.2.12"))
constraints {
// api means "the dependency is for both compilation and runtime"
@@ -55,7 +56,5 @@ dependencies {
api("org.objenesis:objenesis:3.3")
api("org.openjdk.jmh:jmh-core:1.37")
api("org.openjdk.jmh:jmh-generator-annprocess:1.37")
- api("org.springframework:spring-beans:4.3.30.RELEASE")
- api("org.springframework:spring-context:4.3.30.RELEASE")
}
}