From b49cdbbc9516352d1f4511e4223fa9d089b057b9 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 27 一月 2022 12:12:30 +0800 Subject: [PATCH] 用户访问控制时校验数据权限,防止越权 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ff58c8..69452d0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.8.0</version> + <version>3.8.1</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.8</version> + <version>2.5.9</version> <relativePath /> </parent> -- Gitblit v1.9.3