diff --git a/README.md b/README.md index e784296ec925b9515e0db447337c494c160f9953..882dc5ecf6af3820742dfce19d3cc2172f4c6256 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.22' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.23' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.8.22 + 4.8.23 ```