Skip to content

Commit c295dd5

Browse files
Bump fastjson from 1.2.68 to 1.2.83
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.68 to 1.2.83. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](alibaba/fastjson@1.2.68...1.2.83) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1441d5e commit c295dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<java.version>1.8</java.version>
1818
<maven.compiler.source>1.8</maven.compiler.source>
1919
<maven.compiler.target>1.8</maven.compiler.target>
20-
<fastjson.version>1.2.68</fastjson.version>
20+
<fastjson.version>1.2.83</fastjson.version>
2121
<apollo.version>1.5.1</apollo.version>
2222
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
2323
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>

springcloud-app-seata/springcloud-app-seata-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.alibaba</groupId>
2929
<artifactId>fastjson</artifactId>
30-
<version>1.2.76</version>
30+
<version>1.2.83</version>
3131
</dependency>
3232
</dependencies>
3333
<build>

0 commit comments

Comments
 (0)