Browse Source

Bump mybatis-freemarker from 1.2.2 to 1.2.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 years ago
parent
commit
ff02df1e19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -27,7 +27,7 @@ ext {
         "mybatis"                    : "org.mybatis:mybatis:${mybatisVersion}",
         "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.2",
+        "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
         "mybatis-velocity"           : "org.mybatis.scripting:mybatis-velocity:2.1.0",
         "spring-context-support"     : "org.springframework:spring-context-support:${springVersion}",
         "spring-jdbc"                : "org.springframework:spring-jdbc:${springVersion}",