Skip to content

Commit

Permalink
Update pom.xml sample
Browse files Browse the repository at this point in the history
Update `pom.xml` with latest version `3.11.11`
  • Loading branch information
adriens authored Apr 6, 2021
1 parent 5cdc416 commit 19576cb
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 19576cb

Please sign in to comment.