From 26e73bc025924e0be8d4334bdc89b98817095912 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 20 五月 2022 16:03:32 +0800
Subject: [PATCH] 优化switch Case
---
pom.xml | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index d17d6bd..96a8258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</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.5.10</version>
+ <version>2.5.13</version>
<relativePath />
</parent>
@@ -36,8 +36,7 @@
<kaptcha.version>2.3.2</kaptcha.version>
<swagger.version>3.0.0</swagger.version>
<poi.version>4.1.2</poi.version>
- <oshi.version>6.1.2</oshi.version>
- <jna.version>5.10.0</jna.version>
+ <oshi.version>6.1.6</oshi.version>
<velocity.version>2.3</velocity.version>
</properties>
--
Gitblit v1.9.3