File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
admin4j-common-http-starter Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ maven引入
2626<dependency >
2727 <groupId >io.github.admin4j</groupId >
2828 <artifactId >http</artifactId >
29- <version >0.5.2 </version >
29+ <version >0.6.0 </version >
3030</dependency >
3131```
3232
@@ -150,7 +150,7 @@ maven引入
150150<dependency >
151151 <groupId >io.github.admin4j</groupId >
152152 <artifactId >common-http-starter</artifactId >
153- <version >0.5.2 </version >
153+ <version >0.6.0 </version >
154154</dependency >
155155```
156156
@@ -329,7 +329,7 @@ public class EbayOrderClient extends EbayClient {
329329<dependency>
330330 <groupId>io.github.admin4j</groupId>
331331 <artifactId>http</artifactId>
332- <version>0.5.2 </version>
332+ <version>0.6.0 </version>
333333 <exclusions>
334334 <exclusion>
335335 <groupId>com.admin4j.json</groupId>
@@ -340,7 +340,7 @@ public class EbayOrderClient extends EbayClient {
340340<dependency>
341341 <groupId>com.admin4j.json</groupId>
342342 <artifactId>admin4j-json-jackson</artifactId>
343- <version>0.5.2 </version>
343+ <version>0.6.0 </version>
344344</dependency>
345345```
346346
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >common-http</artifactId >
77 <groupId >io.github.admin4j</groupId >
8- <version >0.5.3 </version >
8+ <version >0.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >common-http</artifactId >
88 <groupId >io.github.admin4j</groupId >
9- <version >0.5.3 </version >
9+ <version >0.6.0 </version >
1010 </parent >
1111
1212 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 66 <groupId >io.github.admin4j</groupId >
77 <artifactId >common-http</artifactId >
88 <packaging >pom</packaging >
9- <version >0.5.3 </version >
9+ <version >0.6.0 </version >
1010
1111 <modules >
1212 <module >admin4j-common-http-starter</module >
You can’t perform that action at this time.
0 commit comments