Browse Source

Bump jodd-lagarto from 5.1.3 to 5.1.4

Bumps [jodd-lagarto](https://github.com/oblac/jodd) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/oblac/jodd/releases)
- [Changelog](https://github.com/oblac/jodd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oblac/jodd/compare/v5.1.3...v5.1.4)

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

+ 1 - 1
build.gradle

@@ -61,7 +61,7 @@ ext {
         "fastjson"                   : "com.alibaba:fastjson:1.2.66",
         "jackson"                    : "com.fasterxml.jackson.core:jackson-databind:2.10.3",
         "gson"                       : "com.google.code.gson:gson:2.8.6",
-        "lagarto"                    : "org.jodd:jodd-lagarto:5.1.3",
+        "lagarto"                    : "org.jodd:jodd-lagarto:5.1.4",
         //datasource
         "p6spy"                      : "p6spy:p6spy:3.8.7",
         "sqlserver"                  : "com.microsoft.sqlserver:sqljdbc4:4.0",