Skip to content

Commit 0673632

Browse files
committed
update docs
1 parent 222b10b commit 0673632

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<dependency>
1313
<groupId>com.konghq</groupId>
1414
<artifactId>unirest-java</artifactId>
15-
<version>3.4.01</version>
15+
<version>3.7.00</version>
1616
</dependency>
1717

1818
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
1919
<dependency>
2020
<groupId>com.konghq</groupId>
2121
<artifactId>unirest-java</artifactId>
22-
<version>3.4.01</version>
22+
<version>3.7.00</version>
2323
<classifier>standalone</classifier>
2424
</dependency>
2525

Diff for: docs/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ rightmenu: true
4848
<dependency>
4949
<groupId>com.konghq</groupId>
5050
<artifactId>unirest-java</artifactId>
51-
<version>3.4.01</version>
51+
<version>3.7.00</version>
5252
</dependency>
5353

5454
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
5555
<dependency>
5656
<groupId>com.konghq</groupId>
5757
<artifactId>unirest-java</artifactId>
58-
<version>3.4.01</version>
58+
<version>3.7.00</version>
5959
<classifier>standalone</classifier>
6060
</dependency>
6161

@@ -571,15 +571,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
571571
<dependency>
572572
<groupId>com.konghq</groupId>
573573
<artifactId>unirest-objectmapper-jackson</artifactId>
574-
<version>3.4.01</version>
574+
<version>3.7.00</version>
575575
</dependency>
576576
577577
578578
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
579579
<dependency>
580580
<groupId>com.konghq</groupId>
581581
<artifactId>unirest-object-mappers-gson</artifactId>
582-
<version>3.4.01</version>
582+
<version>3.7.00</version>
583583
</dependency>
584584
```
585585

0 commit comments

Comments
 (0)