Selaa lähdekoodia

Bump springVersion from 5.2.5.RELEASE to 5.2.6.RELEASE

Bumps `springVersion` from 5.2.5.RELEASE to 5.2.6.RELEASE.

Updates `spring-context-support` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Updates `spring-jdbc` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Updates `spring-tx` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Updates `spring-web` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Updates `spring-aop` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Updates `spring-test` from 5.2.5.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 vuotta sitten
vanhempi
commit
e14cd369df
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -23,7 +23,7 @@ ext {
         mybatisVersion = '3.5.4',
         mybatisSpringVersion = '2.0.4',
         mybatisSpringBootStarterVersion = '2.1.2',
-        springVersion = '5.2.5.RELEASE',
+        springVersion = '5.2.6.RELEASE',
         springBootVersion = '2.2.6.RELEASE',
         jsqlparserVersion = '3.1',
         junitVersion = '5.6.2',