From 5342407c9ab579b00e42ae66aaa93af150e65676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Tue, 21 Mar 2023 11:10:12 +0800 Subject: [PATCH] upgrade fastjson --- mybatis-flex-core/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-native-test/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index 23d77169..37b4028a 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -34,7 +34,7 @@ com.alibaba fastjson - 2.0.25 + 2.0.26 true compile @@ -42,7 +42,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.25 + 2.0.26 true compile diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 96d3bf99..a2e3534d 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml @@ -43,7 +43,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.25 + 2.0.26