Browse Source

Bump fastjson from 1.2.70 to 1.2.71

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.70 to 1.2.71.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.70...1.2.71)

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

+ 1 - 1
build.gradle

@@ -58,7 +58,7 @@ ext {
         "assertj-core"               : "org.assertj:assertj-core:3.16.1",
         "junit-jupiter-api"          : "org.junit.jupiter:junit-jupiter-api:${junitVersion}",
         "junit-jupiter-engine"       : "org.junit.jupiter:junit-jupiter-engine:${junitVersion}",
-        "fastjson"                   : "com.alibaba:fastjson:1.2.70",
+        "fastjson"                   : "com.alibaba:fastjson:1.2.71",
         "jackson"                    : "com.fasterxml.jackson.core:jackson-databind:2.11.0",
         "gson"                       : "com.google.code.gson:gson:2.8.6",
         "lagarto"                    : "org.jodd:jodd-lagarto:5.1.4",