瀏覽代碼

Merge pull request #4587 from baomidou/dependabot/gradle/com.github.pagehelper-pagehelper-5.3.1

Bump pagehelper from 5.1.11 to 5.3.1
miemieYaho 3 年之前
父節點
當前提交
7c4ac77c22
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mybatis-plus-extension/build.gradle

+ 1 - 1
mybatis-plus-extension/build.gradle

@@ -16,6 +16,6 @@ dependencies {
     implementation "${lib['mybatis-thymeleaf']}"
     implementation "${lib['mybatis-thymeleaf']}"
     implementation "${lib.'mybatis-velocity'}"
     implementation "${lib.'mybatis-velocity'}"
     implementation "${lib.'mybatis-freemarker'}"
     implementation "${lib.'mybatis-freemarker'}"
-    testImplementation "com.github.pagehelper:pagehelper:5.1.11"
+    testImplementation "com.github.pagehelper:pagehelper:5.3.1"
     testImplementation "com.google.guava:guava:31.1-jre"
     testImplementation "com.google.guava:guava:31.1-jre"
 }
 }