浏览代码

Bump org.mybatis.scripting:mybatis-freemarker from 1.2.3 to 1.3.0 (#6492)

Bumps [org.mybatis.scripting:mybatis-freemarker](https://github.com/mybatis/freemarker-scripting) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/mybatis/freemarker-scripting/releases)
- [Commits](https://github.com/mybatis/freemarker-scripting/compare/mybatis-freemarker-1.2.3...mybatis-freemarker-1.3.0)

---
updated-dependencies:
- dependency-name: org.mybatis.scripting:mybatis-freemarker
  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 月之前
父节点
当前提交
183a3245a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -29,7 +29,7 @@ ext {
         "mybatis"                    : "org.mybatis:mybatis:${mybatisVersion}",
         "mybatis-spring"             : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
         "mybatis-thymeleaf"          : "org.mybatis.scripting:mybatis-thymeleaf:1.0.4",
-        "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
+        "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.3.0",
         "mybatis-velocity"           : "org.mybatis.scripting:mybatis-velocity:2.1.2",
         "spring-context-support"     : "org.springframework:spring-context-support:${springVersion}",
         "spring-jdbc"                : "org.springframework:spring-jdbc:${springVersion}",