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 0d5aff009e fix(deps): update dependency
org.springframework:spring-framework-bom to v7
0d5aff009e is described below
commit 0d5aff009e6870483676ff9bbd6c29c1b539ed31
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Nov 17 11:25:24 2025 +0000
fix(deps): update dependency org.springframework:spring-framework-bom to v7
---
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 8bc7bc71f3..3c41ee3025 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -27,7 +27,7 @@ javaPlatform {
dependencies {
api(platform("org.junit:junit-bom:5.14.1"))
- api(platform("org.springframework:spring-framework-bom:6.2.12"))
+ api(platform("org.springframework:spring-framework-bom:7.0.0"))
api(platform("org.eclipse.jetty:jetty-bom:11.0.26"))
constraints {