From 821f40882ff537c3f39b6958a9bc90c02da0812d Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期五, 24 九月 2021 14:50:50 +0800 Subject: [PATCH] !332 fix 自动生成代码漏掉 this.#[[$modal]]#.msgError Merge pull request !332 from 疯狂的狮子Li/N/A --- pom.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ff0ebab..2e1d5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.5.0</version> + <version>3.7.0</version> <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>若依管理系统</description> <properties> - <ruoyi.version>3.5.0</ruoyi.version> + <ruoyi.version>3.7.0</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> @@ -23,12 +23,12 @@ <swagger.version>3.0.0</swagger.version> <kaptcha.version>2.3.2</kaptcha.version> <mybatis-spring-boot.version>2.1.4</mybatis-spring-boot.version> - <pagehelper.boot.version>1.3.0</pagehelper.boot.version> - <fastjson.version>1.2.76</fastjson.version> - <oshi.version>5.6.0</oshi.version> - <jna.version>5.7.0</jna.version> - <commons.io.version>2.5</commons.io.version> - <commons.fileupload.version>1.3.3</commons.fileupload.version> + <pagehelper.boot.version>1.3.1</pagehelper.boot.version> + <fastjson.version>1.2.78</fastjson.version> + <oshi.version>5.8.0</oshi.version> + <jna.version>5.8.0</jna.version> + <commons.io.version>2.11.0</commons.io.version> + <commons.fileupload.version>1.4</commons.fileupload.version> <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> <velocity.version>1.7</velocity.version> -- Gitblit v1.9.2