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 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3915e2a..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> @@ -54,7 +54,7 @@ <!--鑵捐浜慶os--> <cos.version>5.6.32</cos.version> <!--鍗庝负浜慶os--> - <obs.version>[3.20.6.1,)</obs.version> + <obs.version>3.20.6.2</obs.version> <!--鍔犲瘑鍣�--> <jasypt.version>2.1.2</jasypt.version> <!--瀵硅薄涓嶺ML澶勭悊--> -- Gitblit v1.8.0