This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new ecd86dbd2 Bump spring.version from 7.0.6 to 7.0.7 (#8601)
ecd86dbd2 is described below
commit ecd86dbd26182b7627a56b36ecf7ce04c0a1e196
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 21:17:38 2026 +0100
Bump spring.version from 7.0.6 to 7.0.7 (#8601)
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 97b8d3619..1ddee8af7 100644
--- a/examples/storm-jms-examples/pom.xml
+++ b/examples/storm-jms-examples/pom.xml
@@ -29,7 +29,7 @@
<artifactId>storm-jms-examples</artifactId>
<properties>
- <spring.version>7.0.6</spring.version>
+ <spring.version>7.0.7</spring.version>
</properties>
<dependencies>
<dependency>