Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Feb 6, 2020
1 parent 21ee1ce commit 273f523
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.4.02
* #333 Spaces in route parameters
* added the SameSite cookie attribute to the cookie parser
* Updated checkstyle test dependency for security

## 3.4.01
* #331 ArrayIndexOutOfBoundsException when parsing cookie
* Handle quoted cookie values
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
<classifier>standalone</classifier>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ rightmenu: true
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
<classifier>standalone</classifier>
</dependency>

Expand Down Expand Up @@ -549,15 +549,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-objectmapper-jackson</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-object-mappers-gson</artifactId>
<version>3.4.00</version>
<version>3.4.02</version>
</dependency>
```
Expand Down

0 comments on commit 273f523

Please sign in to comment.