Преглед на файлове

Bump springBootVersion from 2.2.0.RELEASE to 2.2.1.RELEASE

Bumps `springBootVersion` from 2.2.0.RELEASE to 2.2.1.RELEASE.

Updates `spring-boot-dependencies` from 2.2.0.RELEASE to 2.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.0.RELEASE...v2.2.1.RELEASE)

Updates `spring-boot-configuration-processor` from 2.2.0.RELEASE to 2.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.0.RELEASE...v2.2.1.RELEASE)

Updates `spring-boot-autoconfigure-processor` from 2.2.0.RELEASE to 2.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.0.RELEASE...v2.2.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] преди 5 години
родител
ревизия
0e12dca6a3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@ ext {
         mybatisSpringVersion = '2.0.3',
         mybatisSpringBootStarterVersion = '2.1.1',
         springVersion = '5.2.0.RELEASE',
-        springBootVersion = '2.2.0.RELEASE',
+        springBootVersion = '2.2.1.RELEASE',
         jsqlparserVersion = '3.0',
         junitVersion = '5.5.2',
     ]