diff --git a/README.md b/README.md index 34aec2c1d441019ee3d39295c90cec31c227df4f..836b6eceb231c352343b6263abd7fecd5484bb60 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.11.15' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.16' } ``` @@ -61,7 +61,7 @@ dependencies { <dependency> <groupId>org.gitlab4j</groupId> <artifactId>gitlab4j-api</artifactId> - <version>4.11.15</version> + <version>4.11.16</version> </dependency> ```