diff --git a/README.md b/README.md index f1cfaefc95058106c89e894ac7d7a7ac00270333..e2ba9964884ea56843b994c68666449642b7658b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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.12.15' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.16' } ``` @@ -61,7 +61,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.12.15 + 4.12.16 ```