This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch activemq-6.3.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
new 3dc960bf93 [6.3.x] bump spring-version from 7.0.8 to 7.0.9 (#2484)
3dc960bf93 is described below
commit 3dc960bf93b925ae1f0e0c1ce7aaf7e31ccedd8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 08:46:49 2026 -0400
[6.3.x] bump spring-version from 7.0.8 to 7.0.9 (#2484)
Bumps `spring-version` from 7.0.8 to 7.0.9.
Updates `org.springframework:spring-aop` 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-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-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-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-expression` 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)
Updates `org.springframework:spring-tx` 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-webmvc` 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-web` 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-test` 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-oxm` 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-aop
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- 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-context
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-expression
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
- dependency-name: org.springframework:spring-tx
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-webmvc
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-oxm
dependency-version: 7.0.9
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 43eb4d87ab..82fbd40ce6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<rome-version>2.1.0</rome-version>
<shiro-version>2.2.1</shiro-version>
<slf4j-version>2.0.18</slf4j-version>
- <spring-version>7.0.8</spring-version>
+ <spring-version>7.0.9</spring-version>
<spring-version-range>[7,8)</spring-version-range>
<taglibs-version>1.2.5</taglibs-version>
<xpp3-version>1.1.4c</xpp3-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact