Преглед на файлове

Bump org.mybatis.caches:mybatis-caffeine from 1.0.0 to 1.2.0 (#6493)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] преди 7 месеца
родител
ревизия
c972bf7fd2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -63,7 +63,7 @@ ext {
         "sqlite"                     : "org.xerial:sqlite-jdbc:3.46.1.0",
         "firebird"                   : "org.firebirdsql.jdbc:jaybird:5.0.5.java8",
         //cache
-        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.0.0",
+        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.2.0",
         //code generator
         "velocity"            : "org.apache.velocity:velocity-engine-core:2.3",
         "freemarker"          : "org.freemarker:freemarker:2.3.33",