From 0d188d6a3932fdd47e69790b72c0531a63a11c5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?=
<15040126243@163.com>
Date: Mon, 26 Sep 2022 17:09:41 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20snakeyaml=20?=
=?UTF-8?q?=E6=BC=8F=E6=B4=9E=20=E5=BC=BA=E5=88=B6=E5=8D=87=E7=BA=A7?=
=?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC(=E4=B8=B4=E6=97=B6?=
=?UTF-8?q?=E5=A4=84=E7=90=86=E7=AD=89boot=E5=8D=87=E7=BA=A7)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index b6998feb..1a6c5a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,8 @@
31.1-jre
+
+ 1.31
1.12.300
@@ -254,6 +256,13 @@
${guava.version}
+
+
+ org.yaml
+ snakeyaml
+ ${snakeyaml.version}
+
+
com.ruoyi