Преглед изворни кода

Bump springVersion from 5.2.3.RELEASE to 5.2.4.RELEASE

Bumps `springVersion` from 5.2.3.RELEASE to 5.2.4.RELEASE.

Updates `spring-context-support` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Updates `spring-jdbc` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Updates `spring-tx` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Updates `spring-web` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Updates `spring-aop` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Updates `spring-test` from 5.2.3.RELEASE to 5.2.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.3.RELEASE...v5.2.4.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] пре 5 година
родитељ
комит
c7e0a33ea6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -23,7 +23,7 @@ ext {
         mybatisVersion = '3.5.4',
         mybatisSpringVersion = '2.0.3',
         mybatisSpringBootStarterVersion = '2.1.1',
-        springVersion = '5.2.3.RELEASE',
+        springVersion = '5.2.4.RELEASE',
         springBootVersion = '2.2.4.RELEASE',
         jsqlparserVersion = '3.1',
         junitVersion = '5.6.0',