| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff 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 | ||
| 2 | 5 | * fix defaultBaseUrl to return the config builder | |
| 3 | 6 | ||
| 4 | 7 | ## 3.7.02 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,14 +12,14 @@ | |||
| 12 | 12 | <dependency> | |
| 13 | 13 | <groupId>com.konghq</groupId> | |
| 14 | 14 | <artifactId>unirest-java</artifactId> | |
| 15 | - <version>3.7.02</version> | ||
| 15 | + <version>3.7.04</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.7.02</version> | ||
| 22 | + <version>3.7.04</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.7.02</version> | ||
| 51 | + <version>3.7.04</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.7.02</version> | ||
| 58 | + <version>3.7.04</version> | ||
| 59 | 59 | <classifier>standalone</classifier> | |
| 60 | 60 | </dependency> | |
| 61 | 61 | ||
@@ -572,15 +572,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( | |||
| 572 | 572 | <dependency> | |
| 573 | 573 | <groupId>com.konghq</groupId> | |
| 574 | 574 | <artifactId>unirest-objectmapper-jackson</artifactId> | |
| 575 | - <version>3.7.02</version> | ||
| 575 | + <version>3.7.04</version> | ||
| 576 | 576 | </dependency> | |
| 577 | 577 | ||
| 578 | 578 | ||
| 579 | 579 | <!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson --> | |
| 580 | 580 | <dependency> | |
| 581 | 581 | <groupId>com.konghq</groupId> | |
| 582 | 582 | <artifactId>unirest-object-mappers-gson</artifactId> | |
| 583 | - <version>3.7.02</version> | ||
| 583 | + <version>3.7.04</version> | ||
| 584 | 584 | </dependency> | |
| 585 | 585 | ``` | |
| 586 | 586 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments