This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 7c3ea9588 Bump spring.version from 7.0.6 to 7.0.7 (#8550)
7c3ea9588 is described below
commit 7c3ea9588408fbf937d6c0d648adf8a09acb06fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 1 20:10:31 2026 +0200
Bump spring.version from 7.0.6 to 7.0.7 (#8550)
Bumps `spring.version` from 7.0.6 to 7.0.7.
Updates `org.springframework:spring-beans` from 7.0.6 to 7.0.7
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7)
Updates `org.springframework:spring-core` from 7.0.6 to 7.0.7
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7)
Updates `org.springframework:spring-context` from 7.0.6 to 7.0.7
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7)
Updates `org.springframework:spring-jms` from 7.0.6 to 7.0.7
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7)
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-version: 7.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
dependency-version: 7.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/storm-jms-examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index fe6866277..d9e1cffe7 100644
--- a/examples/storm-jms-examples/pom.xml
+++ b/examples/storm-jms-examples/pom.xml
@@ -33,7 +33,7 @@
<name>Storm JMS Examples</name>
<properties>
- <spring.version>7.0.6</spring.version>
+ <spring.version>7.0.7</spring.version>
</properties>
<dependencies>
<dependency>