This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 123f91e5ab Bump org.springframework:spring-context (#14795)
123f91e5ab is described below
commit 123f91e5ab12a93d0d5bd084eca30b43d4d170a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 21 10:38:26 2024 +0800
Bump org.springframework:spring-context (#14795)
Bumps
[org.springframework:spring-context](https://github.com/spring-projects/spring-framework)
from 6.1.13 to 6.1.14.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14)
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-config/dubbo-config-spring6/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-config/dubbo-config-spring6/pom.xml
b/dubbo-config/dubbo-config-spring6/pom.xml
index b02a938c00..673fe76716 100644
--- a/dubbo-config/dubbo-config-spring6/pom.xml
+++ b/dubbo-config/dubbo-config-spring6/pom.xml
@@ -28,7 +28,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
- <spring.version>6.1.13</spring.version>
+ <spring.version>6.1.14</spring.version>
<spring-boot.version>3.0.9</spring-boot.version>
</properties>