瀏覽代碼

Bump fastjson from 1.2.76 to 2.0.5

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

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父節點
當前提交
6bb91ae8ae
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -41,7 +41,7 @@ ext {
 
         "javax.servlet-api"          : "javax.servlet:javax.servlet-api:4.0.1",
         "aspectjweaver"              : "org.aspectj:aspectjweaver:1.9.7",
-        "slf4j-api"                  : "org.slf4j:slf4j-api:1.7.33",
+        "slf4j-api"                  : "org.slf4j:slf4j-api:1.7.36",
         "logback-classic"            : "ch.qos.logback:logback-classic:1.2.5",
         //copy
         "mybatis-spring-boot-starter": "org.mybatis.spring.boot:mybatis-spring-boot-starter:${mybatisSpringBootStarterVersion}",
@@ -49,7 +49,7 @@ ext {
         "spring-test"                : "org.springframework:spring-test:${springVersion}",
         "assertj-core"               : "org.assertj:assertj-core:3.22.0",
         "junit-jupiter"              : "org.junit.jupiter:junit-jupiter:${junitVersion}",
-        "fastjson"                   : "com.alibaba:fastjson:1.2.76",
+        "fastjson"                   : "com.alibaba:fastjson:2.0.5",
         "jackson"                    : "com.fasterxml.jackson.core:jackson-databind:2.12.5",
         "gson"                       : "com.google.code.gson:gson:2.8.8",
         "lagarto"                    : "org.jodd:jodd-lagarto:6.0.5",