diff --git a/README.md b/README.md index 1ebff026cf39a789e80423c793f980ac4c74a863..e784296ec925b9515e0db447337c494c160f9953 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.21' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.22' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.21 + 4.8.22 ```