Skip to content

Commit a9032ef

Browse files
committed
fix(pom): dependencyManagement 补全 BOM 解析失败依赖的硬编码版本(feature/3.0.x)
1 parent 2761096 commit a9032ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,17 @@
130130
<dependency>
131131
<groupId>com.squareup.okhttp3</groupId>
132132
<artifactId>okhttp</artifactId>
133-
</dependency>
133+
<version>4.9.3</version></dependency>
134134
<!-- For OkHttp -->
135135
<dependency>
136136
<groupId>com.squareup.okhttp3</groupId>
137137
<artifactId>okhttp-sse</artifactId>
138-
</dependency>
138+
<version>4.9.3</version></dependency>
139139
<!-- For Jackson -->
140140
<dependency>
141141
<groupId>com.fasterxml.jackson.core</groupId>
142142
<artifactId>jackson-databind</artifactId>
143-
</dependency>
143+
<version>2.17.2</version></dependency>
144144
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver -->
145145
<dependency>
146146
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)