From dcbc9d13650eb11b90da8726a6c638868781fb0c Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 24 六月 2023 14:47:39 +0800 Subject: [PATCH] 升级spring-boot到最新版本2.5.15 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 8541054..419cfcb 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.5.14</version> + <version>2.5.15</version> <relativePath /> </parent> -- Gitblit v1.9.3