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