diff --git a/README.md b/README.md index fc81f5a91a71e33ac12840bb02ee3ae8bb9717f1..ee460f64f3a3847d4303289017b37a327fa5293b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de ```java dependencies { ... - compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.14.25' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.14.27' } ``` @@ -65,7 +65,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.14.26 + 4.14.27 ```