Skip to content

Commit

Permalink
bump intellij-common to 1.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Apr 18, 2024
1 parent adb7355 commit d3ddd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ buildSearchableOptions.enabled = false
dependencies {
implementation 'io.fabric8:knative-client:6.12.0'
implementation 'io.fabric8:openshift-client:6.12.0'
implementation 'com.redhat.devtools.intellij:intellij-common:1.9.4'
implementation 'com.redhat.devtools.intellij:intellij-common:1.9.5'
testImplementation 'org.mockito:mockito-inline:4.6.1'
// telemetry contributes annotations 13.0.0, so we need to declare newer version
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation 'com.redhat.devtools.intellij:intellij-common:1.9.4:test'
testImplementation 'com.redhat.devtools.intellij:intellij-common:1.9.5:test'
}

configurations {
Expand Down

0 comments on commit d3ddd15

Please sign in to comment.