diff --git a/README.md b/README.md index 3c4eb8e20c238b8125505182ae3f3dbbcbc2a10e..97a3e58b0c2860c9f6c0743dce8d618531273478 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.7.9' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.10' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.7.9 + 4.7.10 ```