Skip to content

Commit aabfb90

Browse files
committed
bump doc
1 parent 4de54a8 commit aabfb90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Update Jackson to 2.10.2
44
* Update various build tools to work with Java 11
55

6-
## 3.4.04
6+
## 3.5.00
77
* issue #335 keep around failure bodies for mapping to error objects
88
* Request objects implement equals for future feature to support request caching
99

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.04</version>
15+
<version>3.5.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.04</version>
22+
<version>3.5.00</version>
2323
<classifier>standalone</classifier>
2424
</dependency>
2525

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.04</version>
51+
<version>3.5.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.04</version>
58+
<version>3.5.00</version>
5959
<classifier>standalone</classifier>
6060
</dependency>
6161

@@ -549,15 +549,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
549549
<dependency>
550550
<groupId>com.konghq</groupId>
551551
<artifactId>unirest-objectmapper-jackson</artifactId>
552-
<version>3.4.04</version>
552+
<version>3.5.00</version>
553553
</dependency>
554554
555555
556556
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
557557
<dependency>
558558
<groupId>com.konghq</groupId>
559559
<artifactId>unirest-object-mappers-gson</artifactId>
560-
<version>3.4.04</version>
560+
<version>3.5.00</version>
561561
</dependency>
562562
```
563563

0 commit comments

Comments
 (0)