Skip to content

Commit

Permalink
Merge pull request #402 from adriens/patch-1
Browse files Browse the repository at this point in the history
Update pom.xml sample
  • Loading branch information
ryber authored Apr 6, 2021
2 parents 5cdc416 + 19576cb commit f19ab41
Showing 1 changed file with 2 additions and 2 deletions.
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.11.09</version>
<version>3.11.11</version>
</dependency>

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

Expand Down

0 comments on commit f19ab41

Please sign in to comment.