1
0
mirror of https://github.com/saysky/Hotel synced 2025-06-28 16:28:04 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
badcd70da2
Merge a8c6d6aa5d04bde8664772385a2d7adb50bbfa18 into 53cca7afa3c0d3ff85d4929aa5e91e47059c5e1c 2022-08-06 20:31:36 +08:00
dependabot[bot]
a8c6d6aa5d
Bump fastjson from 1.2.47 to 1.2.83
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.47 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.47...1.2.83)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 03:06:34 +00:00

2
pom.xml Executable file → Normal file
View File

@ -135,7 +135,7 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.47</version> <version>1.2.83</version>
</dependency> </dependency>
<dependency> <dependency>