浏览代码

Bump mybatis-velocity from 2.1.0 to 2.1.1

Bumps [mybatis-velocity](https://github.com/mybatis/velocity-scripting) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/mybatis/velocity-scripting/releases)
- [Commits](https://github.com/mybatis/velocity-scripting/compare/mybatis-velocity-2.1.0...mybatis-velocity-2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父节点
当前提交
3b5e06a635
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -28,7 +28,7 @@ ext {
         "mybatis-spring"             : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
         "mybatis-thymeleaf"          : "org.mybatis.scripting:mybatis-thymeleaf:1.0.3",
         "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
-        "mybatis-velocity"           : "org.mybatis.scripting:mybatis-velocity:2.1.0",
+        "mybatis-velocity"           : "org.mybatis.scripting:mybatis-velocity:2.1.1",
         "spring-context-support"     : "org.springframework:spring-context-support:${springVersion}",
         "spring-jdbc"                : "org.springframework:spring-jdbc:${springVersion}",
         "spring-tx"                  : "org.springframework:spring-tx:${springVersion}",