Skip to content

Commit f9155e0

Browse files
committed
Updated fro release 4.8.41
1 parent bb52716 commit f9155e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.8.40'
14+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.41'
1515
}
1616
```
1717

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

0 commit comments

Comments
 (0)