@@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
31
31
``` java
32
32
dependencies {
33
33
...
34
- implementation group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 6.0.0-rc.8 '
34
+ implementation group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 6.0.0-rc.9 '
35
35
}
36
36
```
37
37
@@ -40,7 +40,7 @@ dependencies {
40
40
<dependency >
41
41
<groupId >org.gitlab4j</groupId >
42
42
<artifactId >gitlab4j-api</artifactId >
43
- <version >6.0.0-rc.8 </version >
43
+ <version >6.0.0-rc.9 </version >
44
44
</dependency >
45
45
```
46
46
@@ -51,7 +51,7 @@ dependencies {
51
51
Just add this line at the top of your script:
52
52
53
53
``` java
54
- // DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8
54
+ // DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.9
55
55
```
56
56
57
57
** Ivy and SBT** <br />
@@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement
146
146
``` java
147
147
dependencies {
148
148
...
149
- implementation ' org.gitlab4j:gitlab4j-models:6.0.0-rc.8 '
149
+ implementation ' org.gitlab4j:gitlab4j-models:6.0.0-rc.9 '
150
150
}
151
151
```
152
152
@@ -155,7 +155,7 @@ dependencies {
155
155
<dependency >
156
156
<groupId >org.gitlab4j</groupId >
157
157
<artifactId >gitlab4j-models</artifactId >
158
- <version >6.0.0-rc.8 </version >
158
+ <version >6.0.0-rc.9 </version >
159
159
</dependency >
160
160
```
161
161
0 commit comments