diff --git a/README.md b/README.md index b19cb4431fc6ca8d75f09a68da0055eab52c4078..bcff2992e17bcd13a6e26bd7922c550575874512 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.10.4' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.10.5' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.10.4 + 4.10.5 ```