diff --git a/README.md b/README.md index 462a1374e9742af502b9333fdb91982814f58c2c..159604bbdb650958480e5ae7e07b36eb15495020 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.9.4' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.9.5' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.9.4 + 4.9.5 ```