From fa84f67755d83cdd9418e3ac95e65c19bf08026c Mon Sep 17 00:00:00 2001 From: Mac666 Date: Thu, 24 Aug 2023 13:48:23 +0000 Subject: [PATCH] up spring-boot version close #I7VR8X Signed-off-by: Mac666 --- README.md | 2 +- pig-common/pig-common-bom/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 760bd926..f092ce4c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ | 依赖 | 版本 | |-----------------------------|------------| -| Spring Boot | 2.7.13 | +| Spring Boot | 2.7.15 | | Spring Cloud | 2021.0.8 | | Spring Cloud Alibaba | 2021.0.5.0 | | Spring Authorization Server | 0.4.3 | diff --git a/pig-common/pig-common-bom/pom.xml b/pig-common/pig-common-bom/pom.xml index d90f067d..53e9e6ea 100644 --- a/pig-common/pig-common-bom/pom.xml +++ b/pig-common/pig-common-bom/pom.xml @@ -15,7 +15,7 @@ ${project.version} - 2.7.13 + 2.7.15 UTF-8 2.17.1 1.8 diff --git a/pom.xml b/pom.xml index db31c159..b53ce674 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ https://www.pig4cloud.com - 2.7.13 + 2.7.15 2021.0.8 2021.0.5.0 UTF-8 -- Gitee