Просмотр исходного кода

Bump org.mybatis.caches:mybatis-redis from 1.0.0-beta2 to 1.0.0-SNAPSHOT (#6035)

Bumps org.mybatis.caches:mybatis-redis from 1.0.0-beta2 to 1.0.0-SNAPSHOT.

---
updated-dependencies:
- dependency-name: org.mybatis.caches:mybatis-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 год назад
Родитель
Сommit
21aecd4f2a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -66,7 +66,7 @@ ext {
         "firebird"                   : "org.firebirdsql.jdbc:jaybird:4.0.6.java8",
         //cache
         "mybatis-ehcache"            : "org.mybatis.caches:mybatis-ehcache:1.2.3",
-        "mybatis-redis"              : "org.mybatis.caches:mybatis-redis:1.0.0-beta2",
+        "mybatis-redis"              : "org.mybatis.caches:mybatis-redis:1.0.0-SNAPSHOT",
         "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.0.0",
         //code generator
         "velocity"            : "org.apache.velocity:velocity-engine-core:2.3",