From 2f8356c0c418277c784122fa0a3b9940e1164ae0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 17 Jun 2022 02:43:21 +0000
Subject: [PATCH] Bump fastjson from 1.2.49 to 1.2.83 in
 /spring-boot-redis-demo

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

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 spring-boot-redis-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-boot-redis-demo/pom.xml b/spring-boot-redis-demo/pom.xml
index c675ad5..2fa322b 100644
--- a/spring-boot-redis-demo/pom.xml
+++ b/spring-boot-redis-demo/pom.xml
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
-			<version>1.2.49</version>
+			<version>1.2.83</version>
 		</dependency>
 
 		<dependency>