diff --git a/README.md b/README.md index 7d82fa530add11e9345caafc56f4a09e17fad32a..c2ff76b2ffd3a6f3bff9351b413acdc8e961087e 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.9.11' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.9.12' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.9.11 + 4.9.12 ```