diff --git a/README.md b/README.md index 2c30ac3f81c9bf2d3085aadfef29c5bcfc65b4ef..2a10dbbde4c280ee5340215b7be41d2d4fe7bcc1 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.6' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.10.7' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.10.6 + 4.10.7 ```