From 8e11c05566319436aab8b598c0cac93739476703 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期五, 10 十二月 2021 16:07:52 +0800 Subject: [PATCH] 更新springboot版本 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a40e39f..67a5030 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.5.RELEASE</version> - <relativePath/> + <version>2.4.10</version> + <relativePath/> <!-- lookup parent from repository --> </parent> -- Gitblit v1.8.0