diff --git a/README.md b/README.md index 6c2c8313..3bcea452 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can use a maven bom to manage the modules: com.konghq unirest-java-bom - 4.2.4 + 4.3.0 pom import @@ -39,13 +39,13 @@ You can use a maven bom to manage the modules: com.konghq - unirest-object-mappers-gson + unirest-modules-gson com.konghq - unirest-objectmapper-jackson + unirest-modules-jackson ``` diff --git a/docs/index.md b/docs/index.md index e207bf27..bf28dd7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,7 +50,7 @@ rightmenu: true com.konghq unirest-java-bom - 4.0.12 + 4.3.0 pom import @@ -68,13 +68,13 @@ rightmenu: true com.konghq - unirest-object-mappers-gson + unirest-modules-gson com.konghq - unirest-objectmapper-jackson + unirest-modules-jackson ``` @@ -614,17 +614,14 @@ As usual, Unirest maintains a primary single instance. Sometimes you might want ## Object Mappers Unirest offers a few different Object Mapper's based on popular JSON libraries (Jackson and GSON). ```xml - com.konghq - unirest-objectmapper-jackson + unirest-modules-jackson - - com.konghq - unirest-object-mappers-gson + unirest-modules-gson ``` diff --git a/unirest-modules-mocks/README.md b/unirest-modules-mocks/README.md index f7180431..28e4e53d 100644 --- a/unirest-modules-mocks/README.md +++ b/unirest-modules-mocks/README.md @@ -26,5 +26,4 @@ class MyTest { ### Future Enhancements - * Mocks currently only work with the regular client and not the async engine. * Body expectations are limited and do not include forms or files.