From 77ef2f201cebbeaeb10747e03484ecbc84e8e8c3 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 29 十二月 2020 10:29:54 +0800
Subject: [PATCH] 代码生成数据库文本类型生成表单文本域
---
pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 68c8f76..274721a 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>
@@ -30,11 +30,11 @@
<druid.version>1.2.2</druid.version>
<commons.io.version>2.5</commons.io.version>
<commons.fileupload.version>1.3.3</commons.fileupload.version>
- <bitwalker.version>1.19</bitwalker.version>
+ <bitwalker.version>1.21</bitwalker.version>
<jwt.version>0.9.1</jwt.version>
<kaptcha.version>2.3.2</kaptcha.version>
<swagger.version>2.9.2</swagger.version>
- <poi.version>3.17</poi.version>
+ <poi.version>4.1.2</poi.version>
<oshi.version>5.3.6</oshi.version>
<jna.version>5.6.0</jna.version>
<velocity.version>1.7</velocity.version>
--
Gitblit v1.9.3