Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
dc62bfad
Commit
dc62bfad
authored
Jun 01, 2022
by
李成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级fastjson为1.2.83
parent
f2e0c8d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
amos-boot-utils/amos-boot-utils-speech/pom.xml
+1
-1
pom.xml
pom.xml
+2
-2
No files found.
amos-boot-utils/amos-boot-utils-speech/pom.xml
View file @
dc62bfad
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.73
</version>
<version>
${fastjson.version}
</version>
</dependency>
<dependency>
...
...
pom.xml
View file @
dc62bfad
...
...
@@ -19,7 +19,7 @@
<amos-biz-boot.version>
1.0.0
</amos-biz-boot.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<fastjson.version>
1.2.
75
</fastjson.version>
<fastjson.version>
1.2.
83
</fastjson.version>
<knife4j-spring-boot-starter.version>
2.0.7
</knife4j-spring-boot-starter.version>
<springboot.version>
2.3.11.RELEASE
</springboot.version>
<springcloud.version>
Hoxton.SR8
</springcloud.version>
...
...
@@ -60,7 +60,7 @@
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.67
</version>
<version>
${fastjson.version}
</version>
</dependency>
<dependency>
<groupId>
com.yeejoin
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment