Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 6a11f6a

Browse files
authored
chore: Use intellij-common 1.2.1 (#327)
Fixes #326 Signed-off-by: Jeff MAURY <[email protected]>
1 parent c959c4e commit 6a11f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ dependencies {
6565
compile 'org.apache.commons:commons-compress:1.19'
6666
compile 'org.apache.commons:commons-exec:1.3'
6767
compile 'org.apache.commons:commons-lang3:3.9'
68-
compile 'com.redhat.devtools.intellij:intellij-common:1.2.0'
68+
compile 'com.redhat.devtools.intellij:intellij-common:1.2.1'
6969
testCompile 'org.mockito:mockito-core:2.28.2'
7070
testCompile 'org.easytesting:fest-assert:1.4'
71-
testCompile 'com.redhat.devtools.intellij:intellij-common:1.2.0:test'
71+
testCompile 'com.redhat.devtools.intellij:intellij-common:1.2.1:test'
7272
}
7373

7474
sonarqube {

0 commit comments

Comments
 (0)