You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume Java library for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided.
@@ -10,7 +10,7 @@ GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume
10
10
## Table of Contents
11
11
*[GitLab Server Version Support](#gitLab-server-version-support)<br/>
12
12
*[Using GitLab4J-API](#using-gitlab4j-api)<br/>
13
-
*[Java 8 Requirement](#java-8-requirement)<br/>
13
+
*[Java 11 Requirement](#java-11-requirement)<br/>
14
14
*[Javadocs](#javadocs)<br/>
15
15
*[Project Set Up](#project-set-up)<br/>
16
16
*[Usage Examples](#usage-examples)<br/>
@@ -40,8 +40,8 @@ As of GitLab 11.0 support for the GitLab API v3 has been removed from the GitLab
40
40
---
41
41
## Using GitLab4J-API
42
42
43
-
### **Java 8 Requirement**
44
-
As of GitLab4J-API 4.8.0, Java 8+ is now required to use GitLab4J-API.
43
+
### **Java 11 Requirement**
44
+
As of GitLab4J-API 6.0.0, Java 11+ is now required to use GitLab4J-API.
45
45
46
46
### **Javadocs**
47
47
Javadocs are available here: [](https://javadoc.io/doc/org.gitlab4j/gitlab4j-api)
@@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
Copy file name to clipboardExpand all lines: pom.xml
+5-25Lines changed: 5 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<groupId>org.gitlab4j</groupId>
6
6
<artifactId>gitlab4j-api</artifactId>
7
7
<packaging>jar</packaging>
8
-
<version>5.1.0</version>
8
+
<version>6.0.0-SNAPSHOT</version>
9
9
<name>GitLab4J-API - GitLab API Java Client</name>
10
10
<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>
0 commit comments