diff --git a/README.md b/README.md index 09ac4ad660648403dfc3fe8d06ecd57e8f5e7266..e1fbae3b34d9a551dea9821687e79ebeaae42ed4 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.8.52' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.53' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.52 + 4.8.53 ```