Skip to content

Commit a66894e

Browse files
authored
fix: Use org.kohsuke:github-api 1.303 (#74)
Fixes #69 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 153f3e5 commit a66894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publishPlugin {
3737

3838
dependencies {
3939
implementation 'com.github.ballerina-platform:lsp4intellij:master-SNAPSHOT'
40-
implementation 'org.kohsuke:github-api:1.119'
40+
implementation 'org.kohsuke:github-api:1.303'
4141
implementation 'org.apache.commons:commons-compress:1.21'
4242
testImplementation("junit:junit:4.12")
4343
}

0 commit comments

Comments
 (0)