Skip to content

Commit dd64e1c

Browse files
lucamilanesiodpursehouse
authored andcommitted
Update to master GitHub API for fixing for user’s private repos list
GitHub API contains a bug when listing user’s private repos: when list is paginated the listing includes ONLY the user’s public ones. When list is NOT paginated all the repos are returned instead. The lucamilanesio’s fork of GitHub API on master (1.57-SNAPSHOT) contains the fix for this problem. Hopefully will be soon merged and released by Kohsuke into a 1.57 final. Change-Id: I3089c61ba5a930425c8162a58711e0b9700ef4e7
1 parent 4c7b880 commit dd64e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ limitations under the License.
107107
<dependency>
108108
<groupId>org.kohsuke</groupId>
109109
<artifactId>github-api</artifactId>
110-
<version>1.53</version>
110+
<version>1.57-SNAPSHOT</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)