Skip to content

Commit 153f3e5

Browse files
authored
fix: Use common-compress 1.21 (#73)
Fixes #68 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 782c466 commit 153f3e5

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
@@ -38,7 +38,7 @@ publishPlugin {
3838
dependencies {
3939
implementation 'com.github.ballerina-platform:lsp4intellij:master-SNAPSHOT'
4040
implementation 'org.kohsuke:github-api:1.119'
41-
implementation 'org.apache.commons:commons-compress:1.20'
41+
implementation 'org.apache.commons:commons-compress:1.21'
4242
testImplementation("junit:junit:4.12")
4343
}
4444

0 commit comments

Comments
 (0)