Browse Source

Bump jodd-lagarto from 6.0.5 to 6.0.6

Bumps [jodd-lagarto](https://github.com/oblac/jodd-lagarto) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/oblac/jodd-lagarto/releases)
- [Commits](https://github.com/oblac/jodd-lagarto/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: org.jodd:jodd-lagarto
  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
2c3391f5f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -52,7 +52,7 @@ ext {
         "fastjson"                   : "com.alibaba:fastjson:2.0.6",
         "jackson"                    : "com.fasterxml.jackson.core:jackson-databind:2.13.3",
         "gson"                       : "com.google.code.gson:gson:2.9.0",
-        "lagarto"                    : "org.jodd:jodd-lagarto:6.0.5",
+        "lagarto"                    : "org.jodd:jodd-lagarto:6.0.6",
         //datasource
         "p6spy"                      : "p6spy:p6spy:3.9.1",
         "sqlserver"                  : "com.microsoft.sqlserver:sqljdbc4:4.0",