Browse Source

Merge branch '3.0' into dependabot/gradle/springVersion-5.2.1.RELEASE

miemieYaho 5 years ago
parent
commit
a52ce0c135
1 changed files with 1 additions and 1 deletions
  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.1.RELEASE',
-        springBootVersion = '2.2.0.RELEASE',
+        springBootVersion = '2.2.1.RELEASE',
         jsqlparserVersion = '3.0',
         junitVersion = '5.5.2',
     ]