diff --git a/README.md b/README.md index dda471c3b30bc0fa9a9d25e3e23207c5c5498a51..f4e0a1ca98f739b2ad579bcb0083703c2359e62c 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.43' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.44' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.43 + 4.8.44 ```