@@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
3131``` java
3232dependencies {
3333 ...
34- implementation group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 6.0.0-rc.7 '
34+ implementation group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 6.0.0-rc.8 '
3535}
3636```
3737
@@ -40,7 +40,7 @@ dependencies {
4040<dependency >
4141 <groupId >org.gitlab4j</groupId >
4242 <artifactId >gitlab4j-api</artifactId >
43- <version >6.0.0-rc.7 </version >
43+ <version >6.0.0-rc.8 </version >
4444</dependency >
4545```
4646
@@ -51,7 +51,7 @@ dependencies {
5151 Just add this line at the top of your script:
5252
5353``` java
54- // DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.7
54+ // DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8
5555```
5656
5757** Ivy and SBT** <br />
@@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement
146146``` java
147147dependencies {
148148 ...
149- implementation ' org.gitlab4j:gitlab4j-models:6.0.0-rc.7 '
149+ implementation ' org.gitlab4j:gitlab4j-models:6.0.0-rc.8 '
150150}
151151```
152152
@@ -155,7 +155,7 @@ dependencies {
155155<dependency >
156156 <groupId >org.gitlab4j</groupId >
157157 <artifactId >gitlab4j-models</artifactId >
158- <version >6.0.0-rc.7 </version >
158+ <version >6.0.0-rc.8 </version >
159159</dependency >
160160```
161161
0 commit comments