Jelajahi Sumber

Bump mybatis-ehcache from 1.1.0 to 1.2.0

Bumps [mybatis-ehcache](https://github.com/mybatis/ehcache-cache) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/mybatis/ehcache-cache/releases)
- [Commits](https://github.com/mybatis/ehcache-cache/compare/mybatis-ehcache-1.1.0...mybatis-ehcache-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 tahun lalu
induk
melakukan
af353d214d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -78,7 +78,7 @@ ext {
         "beetl"                      : "com.ibeetl:beetl:3.0.16.RELEASE",
         "swagger-annotations"        : "io.swagger:swagger-annotations:1.6.0",
         //cache
-        "mybatis-ehcache"            : "org.mybatis.caches:mybatis-ehcache:1.1.0",
+        "mybatis-ehcache"            : "org.mybatis.caches:mybatis-ehcache:1.2.0",
         "mybatis-redis"              : "org.mybatis.caches:mybatis-redis:1.0.0-beta2"
     ]
 }