diff --git a/README.md b/README.md index 39533b3b35d6c5b58ac177411b0d72683a737943..978b8ac319864cdc6ce4d99d91b0f167299f9a08 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep ```java dependencies { ... - compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.2.1' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.2.2' } ``` @@ -20,11 +20,11 @@ dependencies { org.gitlab4j gitlab4j-api - 4.2.1 + 4.2.2 ``` -If you are not using Gradle or Maven you can download the latest gitlab4j-api JAR file here: [gitlab4j-api-4.2.1.jar](https://oss.sonatype.org/service/local/repositories/releases/content/org/gitlab4j/gitlab4j-api/4.2.1/gitlab4j-api-4.2.1.jar "Download JAR") +If you are not using Gradle or Maven you can download the latest gitlab4j-api JAR file here: [gitlab4j-api-4.2.2.jar](https://oss.sonatype.org/service/local/repositories/releases/content/org/gitlab4j/gitlab4j-api/4.2.2/gitlab4j-api-4.2.2.jar "Download JAR") Javadocs are available here: Javadocs