瀏覽代碼

Bump pagehelper from 5.1.11 to 5.3.1

Bumps [pagehelper](https://github.com/pagehelper/Mybatis-PageHelper) from 5.1.11 to 5.3.1.
- [Release notes](https://github.com/pagehelper/Mybatis-PageHelper/releases)
- [Commits](https://github.com/pagehelper/Mybatis-PageHelper/compare/v5.1.11...v5.3.1)

---
updated-dependencies:
- dependency-name: com.github.pagehelper:pagehelper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父節點
當前提交
737d5ed0e9
共有 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-velocity'}"
     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"
 }