Skip to content

Commit

Permalink
closes issue #508 fix version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Dec 26, 2023
1 parent d2ea6bd commit c37e26d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use a maven bom to manage the modules:
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.1.2</version>
<version>4.2.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Due to engine changes there are some differences in behavior. Efforts have been
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-object-mappers-gson</artifactId>
<version>4.0.0</version>
<version>4.2.4</version>
</dependency>
<!-- or -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-objectmapper-jackson</artifactId>
<version>4.0.0</version>
<version>4.2.4</version>
</dependency>
```
* In order to assist with the various modules Unirest now includes a dependency management BOM. Include the BOM in your dependency management section and then just declare the modules you want without the version.
Expand All @@ -29,7 +29,7 @@ Due to engine changes there are some differences in behavior. Efforts have been
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.0.0</version>
<version>4.2.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit c37e26d

Please sign in to comment.