File tree Expand file tree Collapse file tree
sofa-boot-project/sofaboot-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <!-- 3rd lib dependency-->
3535 <spring .cloud.version>2025.0.0</spring .cloud.version>
3636 <asm .version>9.8</asm .version>
37- <fastjson .version>1.2.83 </fastjson .version>
37+ <fastjson .version>2.0.61 </fastjson .version>
3838 <javassist .version>3.29.2-GA</javassist .version>
3939 <protobuf .version>3.22.2</protobuf .version>
4040 <xerces .version>2.12.2</xerces .version>
530530 <groupId >org.apache.rocketmq</groupId >
531531 <artifactId >rocketmq-spring-boot-starter</artifactId >
532532 <version >${rocketmq.spring.boot.starter.version} </version >
533+ <exclusions >
534+ <exclusion >
535+ <groupId >com.alibaba</groupId >
536+ <artifactId >fastjson</artifactId >
537+ </exclusion >
538+ </exclusions >
533539 </dependency >
534540
535541 <dependency >
557563 </dependency >
558564
559565 <dependency >
560- <groupId >com.alibaba</groupId >
561- <artifactId >fastjson </artifactId >
566+ <groupId >com.alibaba.fastjson2 </groupId >
567+ <artifactId >fastjson2 </artifactId >
562568 <version >${fastjson.version} </version >
563569 </dependency >
564570
691697 <artifactId >spring</artifactId >
692698 <groupId >org.springframework</groupId >
693699 </exclusion >
700+ <exclusion >
701+ <groupId >com.alibaba</groupId >
702+ <artifactId >fastjson</artifactId >
703+ </exclusion >
694704 </exclusions >
695705 </dependency >
696706 <dependency >
You can’t perform that action at this time.
0 commit comments