Просмотр исходного кода

Bump fastjson from 1.2.75 to 1.2.76

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 лет назад
Родитель
Сommit
78a2e71f5e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -11,7 +11,7 @@ ext {
     ]
 
     libraries = [
-        mybatisVersion = '3.5.6',
+        mybatisVersion = '3.5.7',
         mybatisSpringVersion = '2.0.6',
         mybatisSpringBootStarterVersion = '2.1.4',
         springVersion = '5.3.3',
@@ -49,7 +49,7 @@ ext {
         "spring-test"                : "org.springframework:spring-test:${springVersion}",
         "assertj-core"               : "org.assertj:assertj-core:3.18.0",
         "junit-jupiter"              : "org.junit.jupiter:junit-jupiter:${junitVersion}",
-        "fastjson"                   : "com.alibaba:fastjson:1.2.75",
+        "fastjson"                   : "com.alibaba:fastjson:1.2.76",
         "jackson"                    : "com.fasterxml.jackson.core:jackson-databind:2.11.3",
         "gson"                       : "com.google.code.gson:gson:2.8.6",
         "lagarto"                    : "org.jodd:jodd-lagarto:6.0.2",