File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <commons-lang3 .version>3.20.0</commons-lang3 .version>
4949 <fastjson2 .version>2.0.62</fastjson2 .version>
5050 <guava .version>31.0.1-jre</guava .version>
51- <jackson .version>2.17.2 </jackson .version>
51+ <jackson-bom .version>2.18.9 </jackson-bom .version>
5252 <junit-jupiter .version>5.11.4</junit-jupiter .version>
5353 <lombok .version>1.18.46</lombok .version>
5454 <okhttp .version>4.9.3</okhttp .version>
6666 <!-- 依赖版本统一管理(dependencyManagement) -->
6767 <dependencyManagement >
6868 <dependencies >
69+ <dependency >
70+ <groupId >com.fasterxml.jackson</groupId >
71+ <artifactId >jackson-bom</artifactId >
72+ <version >${jackson-bom.version} </version >
73+ <type >pom</type >
74+ <scope >import</scope >
75+ </dependency >
6976 <!-- For Lombok -->
7077 <dependency >
7178 <groupId >org.projectlombok</groupId >
7986 <artifactId >slf4j-api</artifactId >
8087 <version >${slf4j.version} </version >
8188 </dependency >
82- <!-- For Jackson -->
83- <dependency >
84- <groupId >com.fasterxml.jackson.core</groupId >
85- <artifactId >jackson-databind</artifactId >
86- <version >${jackson.version} </version >
87- </dependency >
8889 <!-- For OkHttp -->
8990 <dependency >
9091 <groupId >com.squareup.okhttp3</groupId >
You can’t perform that action at this time.
0 commit comments