Explorar o código

Merge pull request #4542 from baomidou/dependabot/gradle/com.google.guava-guava-31.1-jre

Bump guava from 27.0.1-jre to 31.1-jre
miemieYaho %!s(int64=3) %!d(string=hai) anos
pai
achega
b479cf047d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mybatis-plus-extension/build.gradle

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

@@ -17,5 +17,5 @@ dependencies {
     implementation "${lib.'mybatis-velocity'}"
     implementation "${lib.'mybatis-freemarker'}"
     testImplementation "com.github.pagehelper:pagehelper:5.1.11"
-    testImplementation "com.google.guava:guava:27.0.1-jre"
+    testImplementation "com.google.guava:guava:31.1-jre"
 }