From d87ffc11e7abe7da3a3eccf3b5c5f848d7568a2d Mon Sep 17 00:00:00 2001 From: EightMonth Date: Tue, 25 Mar 2025 14:00:43 +0800 Subject: [PATCH] =?UTF-8?q?fastjson=E5=8D=87=E7=BA=A7=E8=87=B32.0.43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/jeecg/common/util/oConvertUtils.java | 2 +- jeecg-boot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java index a7a975a0..85741a23 100644 --- a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java +++ b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java @@ -463,7 +463,7 @@ public class oConvertUtils { return false; } - String[] childs = childArray.toArray(new String[]{}); + List childs = childArray.toJavaList(String.class); for (String v : childs) { if (!isIn(v, all)) { return false; diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index 31655875..ebad130e 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -39,7 +39,7 @@ 1.5.2 2.4.1 - 1.2.83 + 2.0.43 5.2.6 1.6.0 0.17.0