diff --git a/README.md b/README.md index 5a369ca8bc37f949e49ab9b486a49308d5f0dd78..00e51bb09f1f62369d3a14479a282fbcb064e04e 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.6.7' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.6.8' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.6.7 + 4.6.8 ```