소스 검색

Bump springVersion from 5.3.3 to 5.3.5

Bumps `springVersion` from 5.3.3 to 5.3.5.

Updates `spring-context-support` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Updates `spring-jdbc` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Updates `spring-tx` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Updates `spring-web` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Updates `spring-aop` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Updates `spring-test` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 년 전
부모
커밋
76f479cbc6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -14,7 +14,7 @@ ext {
         mybatisVersion = '3.5.6',
         mybatisSpringVersion = '2.0.6',
         mybatisSpringBootStarterVersion = '2.1.4',
-        springVersion = '5.3.3',
+        springVersion = '5.3.5',
         springBootVersion = '2.4.2',
         jsqlparserVersion = '4.0',
         junitVersion = '5.7.1',