From 86888633f6cee4221f54e01841e5a4bbe3217dd4 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Tue, 11 Jun 2024 12:10:43 +0800 Subject: [PATCH] chore: update mybatis-plus version --- .../main/java/com/github/yulichang/adapter/AdapterHelper.java | 2 +- mybatis-plus-join-test/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java index 0d55883..94f719f 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java @@ -22,7 +22,7 @@ public class AdapterHelper { static { - String lastAdapter = "3.5.6"; + String lastAdapter = "3.5.7"; String version = Optional.of(MybatisPlusVersion.getVersion()).orElse(lastAdapter); if (VersionUtils.compare(version, lastAdapter) >= 0) { diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index b00adfb..00fe1af 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -51,7 +51,7 @@ 1.4.13 - 3.5.6 + 3.5.7 1.8 1.8 diff --git a/pom.xml b/pom.xml index 60487bd..6e7a32a 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 1.4.13 - 3.5.6 + 3.5.7 1.8 1.8