diff --git a/README.md b/README.md index f54c981f9a942f851929c388d51f9b6b94fa737c..ce798a94b19c98cd71a239bdf655a74aa5558dfe 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.58' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.9.0' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.58 + 4.9.0 ```