From ebdc655a94b45bcc3ea4242d38f722e99c9cf4ac Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 13 一月 2021 16:27:55 +0800
Subject: [PATCH] 修复生成树表代码异常

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0da4e8..c7b4df1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>com.ruoyi</groupId>
 	<artifactId>ruoyi</artifactId>
-	<version>3.2.1</version>
+	<version>3.3.0</version>
 	<packaging>jar</packaging>
 
 	<name>ruoyi</name>
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.1.18.RELEASE</version>
+		<version>2.2.12.RELEASE</version>
 		<relativePath />
 	</parent>
 
@@ -27,7 +27,7 @@
 		<mybatis.spring.boot.starter.version>2.1.3</mybatis.spring.boot.starter.version>
 		<pagehelper.spring.boot.starter.version>1.3.0</pagehelper.spring.boot.starter.version>
 		<fastjson.version>1.2.74</fastjson.version>
-		<druid.version>1.2.2</druid.version>
+		<druid.version>1.2.4</druid.version>
 		<commons.io.version>2.5</commons.io.version>
 		<commons.fileupload.version>1.3.3</commons.fileupload.version>
 		<bitwalker.version>1.21</bitwalker.version>

--
Gitblit v1.9.3