diff --git a/README.md b/README.md index 9a43d81aeb1011b5633c3f45cc44ec20809dfd28..fac0cff367ac0cd5e6244fc0510a7b542203111d 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.8.40' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.41' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.40 + 4.8.41 ```