File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
* Update Jackson to 2.10.2
4
4
* Update various build tools to work with Java 11
5
5
6
- ## 3.4.04
6
+ ## 3.5.00
7
7
* issue #335 keep around failure bodies for mapping to error objects
8
8
* Request objects implement equals for future feature to support request caching
9
9
Original file line number Diff line number Diff line change 12
12
<dependency >
13
13
<groupId >com.konghq</groupId >
14
14
<artifactId >unirest-java</artifactId >
15
- <version >3.4.04 </version >
15
+ <version >3.5.00 </version >
16
16
</dependency >
17
17
18
18
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
19
19
<dependency >
20
20
<groupId >com.konghq</groupId >
21
21
<artifactId >unirest-java</artifactId >
22
- <version >3.4.04 </version >
22
+ <version >3.5.00 </version >
23
23
<classifier >standalone</classifier >
24
24
</dependency >
25
25
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ rightmenu: true
48
48
<dependency >
49
49
<groupId >com.konghq</groupId >
50
50
<artifactId >unirest-java</artifactId >
51
- <version >3.4.04 </version >
51
+ <version >3.5.00 </version >
52
52
</dependency >
53
53
54
54
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
55
55
<dependency >
56
56
<groupId >com.konghq</groupId >
57
57
<artifactId >unirest-java</artifactId >
58
- <version >3.4.04 </version >
58
+ <version >3.5.00 </version >
59
59
<classifier >standalone</classifier >
60
60
</dependency >
61
61
@@ -549,15 +549,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
549
549
<dependency>
550
550
<groupId>com.konghq</groupId>
551
551
<artifactId>unirest-objectmapper-jackson</artifactId>
552
- <version>3.4.04 </version>
552
+ <version>3.5.00 </version>
553
553
</dependency>
554
554
555
555
556
556
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
557
557
<dependency>
558
558
<groupId>com.konghq</groupId>
559
559
<artifactId>unirest-object-mappers-gson</artifactId>
560
- <version>3.4.04 </version>
560
+ <version>3.5.00 </version>
561
561
</dependency>
562
562
```
563
563
You can’t perform that action at this time.
0 commit comments