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
commit 1e967ab1c04293c781d5bdf9fbe5d18a8734a92f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:07:06 2026 +0000
build(deps): bump spring.version from 7.0.8 to 7.0.9
Bumps `spring.version` from 7.0.8 to 7.0.9.
Updates `org.springframework:spring-beans` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-core` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-context` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-jms` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit f87ce0ecb16908fbb2d021f75d25d773f81d9b25)
---
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 ed4172d02..061f03471 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.8</spring.version>
+ <spring.version>7.0.9</spring.version>
</properties>
<dependencies>
<dependency>