From 04c2dcecdabed99db137c7ce5ad5569073a8c8bb Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 27 十月 2021 15:27:08 +0800
Subject: [PATCH] 升级spring-boot到最新版本2.5.6

---
 pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 401a5b2..de1bf9b 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.5</version>
+        <version>2.5.6</version>
         <relativePath />
     </parent>
 
@@ -174,6 +174,12 @@
             <version>${jwt.version}</version>
         </dependency>
 
+        <!-- Jaxb -->
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
+
         <!-- Swagger3渚濊禆 -->
         <dependency>
             <groupId>io.springfox</groupId>

--
Gitblit v1.9.3