This is an automated email from the ASF dual-hosted git repository.
rabreu 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 a3f4ba3b5 Bump spring.version from 7.0.5 to 7.0.6 (#8460)
a3f4ba3b5 is described below
commit a3f4ba3b56312ac2afae021af2d84129c55ef6f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 11:13:05 2026 +0100
Bump spring.version from 7.0.5 to 7.0.6 (#8460)
Bumps `spring.version` from 7.0.5 to 7.0.6.
Updates `org.springframework:spring-beans` from 7.0.5 to 7.0.6
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6)
Updates `org.springframework:spring-core` from 7.0.5 to 7.0.6
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6)
Updates `org.springframework:spring-context` from 7.0.5 to 7.0.6
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6)
Updates `org.springframework:spring-jms` from 7.0.5 to 7.0.6
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6)
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
dependency-version: 7.0.6
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 c19d63373..892246686 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.5</spring.version>
+ <spring.version>7.0.6</spring.version>
</properties>
<dependencies>
<dependency>