diff --git a/README.md b/README.md index 145cac4460281bcd7b95f1c5f20153296c818837..621c8d9a7a67021195c8fdafba0cc92ffb5db374 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.1' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.10.2' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.10.1 + 4.10.2 ```