Skip to content

Commit

Permalink
[JENKINS-37517] Fix login fails because of a GitLab Api Bug
Browse files Browse the repository at this point in the history
Use v1.2.6 of GitLab Api Client to fix this issue.
  • Loading branch information
wzxjohn committed Aug 26, 2016
1 parent 1c58f75 commit 3b9ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.gitlab</groupId>
<artifactId>java-gitlab-api</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 3b9ee86

Please sign in to comment.