FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

update docs and changelog · iCodeIN/unirest-java@2dbfb98 · GitHub

Commit 2dbfb98

Browse files
committed
update docs and changelog
1 parent 0768bf6 commit 2dbfb98

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 3.7.03 (pending)
1+
## 3.7.04
2+
* issue #357 Nulls are not serialized on JSONElement::toString
3+
4+
## 3.7.03
25
* fix defaultBaseUrl to return the config builder
36

47
## 3.7.02

‎README.md‎

Lines changed: 2 additions & 2 deletions
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.7.02</version>
15+
<version>3.7.04</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.7.02</version>
22+
<version>3.7.04</version>
2323
<classifier>standalone</classifier>
2424
</dependency>
2525

‎docs/index.md‎

Lines changed: 4 additions & 4 deletions
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.7.02</version>
51+
<version>3.7.04</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.7.02</version>
58+
<version>3.7.04</version>
5959
<classifier>standalone</classifier>
6060
</dependency>
6161

@@ -572,15 +572,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
572572
<dependency>
573573
<groupId>com.konghq</groupId>
574574
<artifactId>unirest-objectmapper-jackson</artifactId>
575-
<version>3.7.02</version>
575+
<version>3.7.04</version>
576576
</dependency>
577577
578578
579579
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
580580
<dependency>
581581
<groupId>com.konghq</groupId>
582582
<artifactId>unirest-object-mappers-gson</artifactId>
583-
<version>3.7.02</version>
583+
<version>3.7.04</version>
584584
</dependency>
585585
```
586586

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL