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>
This commit is contained in:
dependabot[bot] 2024-09-18 10:02:45 +08:00 committed by GitHub
parent 183a3245a9
commit c972bf7fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",