File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed 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.01 </version >
15
+ <version >3.7.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.01 </version >
22
+ <version >3.7.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.01 </version >
51
+ <version >3.7.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.01 </version >
58
+ <version >3.7.00 </version >
59
59
<classifier >standalone</classifier >
60
60
</dependency >
61
61
@@ -571,15 +571,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
571
571
<dependency>
572
572
<groupId>com.konghq</groupId>
573
573
<artifactId>unirest-objectmapper-jackson</artifactId>
574
- <version>3.4.01 </version>
574
+ <version>3.7.00 </version>
575
575
</dependency>
576
576
577
577
578
578
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
579
579
<dependency>
580
580
<groupId>com.konghq</groupId>
581
581
<artifactId>unirest-object-mappers-gson</artifactId>
582
- <version>3.4.01 </version>
582
+ <version>3.7.00 </version>
583
583
</dependency>
584
584
```
585
585
You can’t perform that action at this time.
0 commit comments