Commit 2cc7191d authored by liaozan's avatar liaozan 🏀

Upgrade to SpringBoot 2.6.2

parent 3046f6d9
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version> <version>2.6.2</version>
</parent> </parent>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</developers> </developers>
<properties> <properties>
<springboot.version>2.6.1</springboot.version> <springboot.version>2.6.2</springboot.version>
<java.version>1.8</java.version> <java.version>1.8</java.version>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment