Skip to content

Commit 7c243ba

Browse files
committed
Updated for 4.7.7
1 parent 507a7e7 commit 7c243ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
1111
```java
1212
dependencies {
1313
...
14-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.6'
14+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.7'
1515
}
1616
```
1717

@@ -20,7 +20,7 @@ dependencies {
2020
<dependency>
2121
<groupId>org.gitlab4j</groupId>
2222
<artifactId>gitlab4j-api</artifactId>
23-
<version>4.7.6</version>
23+
<version>4.7.7</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)