Skip to content

Commit

Permalink
Bump org.mybatis.caches:mybatis-caffeine from 1.0.0 to 1.2.0 (#6493)
Browse files Browse the repository at this point in the history
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](mybatis/caffeine-cache@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 183a324 commit c972bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c972bf7

Please sign in to comment.