Skip to content

Commit 7e4692a

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

File tree

1 file changed

+1
-1
lines changed
  • lab-11-spring-data-redis/lab-07-spring-data-redis-with-redisson

1 file changed

+1
-1
lines changed

lab-11-spring-data-redis/lab-07-spring-data-redis-with-redisson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.alibaba</groupId>
3434
<artifactId>fastjson</artifactId>
35-
<version>1.2.61</version>
35+
<version>1.2.83</version>
3636
</dependency>
3737

3838
<!-- Spring Data Redis 默认使用 Jackson 作为 JSON 序列化的工具 -->

0 commit comments

Comments
 (0)