diff --git a/README.md b/README.md index 840fac78e2afc88c85b56289c5218c8eb553ac44..3bfbbfd7894ac52d5c3a6e2655661f0bd4000a57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ GitlLab API for Java (gitlab4j-api) =================================== -GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab WebHooks is also provided. +GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided. + +--- + +## Java 8 Requirement +As of GitLab4J-API 4.8.0 Java 8+ is now required to use GitLab4J-API. --- @@ -11,7 +16,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.7.17' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.0' } ``` @@ -20,7 +25,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.7.17 + 4.8.07 ```