Ver código fonte

Bump mybatis-caffeine from 1.0.0-beta1 to 1.0.0

Bumps [mybatis-caffeine](https://github.com/mybatis/caffeine-cache) from 1.0.0-beta1 to 1.0.0.
- [Release notes](https://github.com/mybatis/caffeine-cache/releases)
- [Commits](https://github.com/mybatis/caffeine-cache/compare/mybatis-caffeine-1.0.0-beta1...mybatis-caffeine-1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 anos atrás
pai
commit
f10d4a2cd2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -67,7 +67,7 @@ ext {
         //cache
         "mybatis-ehcache"            : "org.mybatis.caches:mybatis-ehcache:1.2.1",
         "mybatis-redis"              : "org.mybatis.caches:mybatis-redis:1.0.0-beta2",
-        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.0.0-beta1"
+        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.0.0"
     ]
 }