Skip to content

Commit 067a73d

Browse files
committed
Updated for 4.7.6
1 parent c292eb7 commit 067a73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.5'
14+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.6'
1515
}
1616
```
1717

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

0 commit comments

Comments
 (0)