diff --git a/README.md b/README.md index 73a15333ac63b8db38b062c2f1c3538756de6f32..30393a227606be8b43912422f17bbc6d3aa8fda0 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.6.2' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.6.3' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.6.2 + 4.6.3 ```