This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 b735282ba2 Bump spring.version from 6.0.11 to 6.1.13 (#14691)
b735282ba2 is described below
commit b735282ba2ea9402d770e49342d33c67d7370967
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 22 12:15:42 2024 +0800
Bump spring.version from 6.0.11 to 6.1.13 (#14691)
Bumps `spring.version` from 6.0.11 to 6.1.13.
Updates `org.springframework:spring-beans` from 6.0.11 to 6.1.13
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.13)
Updates `org.springframework:spring-web` from 6.0.11 to 6.1.13
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.13)
Updates `org.springframework:spring-context` from 6.0.11 to 6.1.13
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.13)
Updates `org.springframework:spring-core` from 6.0.11 to 6.1.13
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.13)
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-context
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 bb81a8bae8..b02a938c00 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.0.19</spring.version>
+ <spring.version>6.1.13</spring.version>
<spring-boot.version>3.0.9</spring-boot.version>
</properties>