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

Bump springBootVersion from 2.2.7.RELEASE to 2.3.0.RELEASE

Bumps `springBootVersion` from 2.2.7.RELEASE to 2.3.0.RELEASE.

Updates `spring-boot-dependencies` from 2.2.7.RELEASE to 2.3.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.7.RELEASE...v2.3.0.RELEASE)

Updates `spring-boot-configuration-processor` from 2.2.7.RELEASE to 2.3.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.7.RELEASE...v2.3.0.RELEASE)

Updates `spring-boot-autoconfigure-processor` from 2.2.7.RELEASE to 2.3.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.7.RELEASE...v2.3.0.RELEASE)

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

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@ ext {
         mybatisSpringVersion = '2.0.4',
         mybatisSpringBootStarterVersion = '2.1.2',
         springVersion = '5.2.6.RELEASE',
-        springBootVersion = '2.2.7.RELEASE',
+        springBootVersion = '2.3.0.RELEASE',
         jsqlparserVersion = '3.1',
         junitVersion = '5.6.2',
     ]