|
1 | 1 | buildscript {
|
2 |
| - |
3 | 2 | ext.ideaVersion = ideaVersion
|
4 | 3 | ext.kotlinVersion = kotlinVersion
|
5 | 4 | ext.java_version = "17"
|
@@ -42,19 +41,17 @@ dependencies {
|
42 | 41 | "io.fabric8:kubernetes-model-common:${kubernetesClientVersion}",
|
43 | 42 | "io.fabric8:openshift-client:${kubernetesClientVersion}",
|
44 | 43 | "io.fabric8:kubernetes-httpclient-okhttp:${kubernetesClientVersion}",
|
45 |
| - "com.fasterxml.jackson.core:jackson-core:2.16.2", |
| 44 | + "com.fasterxml.jackson.core:jackson-core:2.17.0", /* IC-2022.3 ships 2.16.0 */ |
46 | 45 | "org.apache.commons:commons-lang3:3.12.0"
|
47 | 46 | )
|
48 | 47 | testImplementation(
|
49 | 48 | "org.assertj:assertj-core:3.22.0",
|
50 | 49 | "org.mockito:mockito-inline:4.5.1",
|
51 | 50 | "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0",
|
52 |
| - "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVersion}", |
53 |
| - "com.fasterxml.jackson.core:jackson-core:2.16.2", /* IC-2022.1 provides an incompatible version */ |
54 |
| - "org.yaml:snakeyaml:1.33" /* IC-2023.2 provides incompatible 2.0 */ |
| 51 | + "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVersion}" |
55 | 52 | )
|
56 | 53 | integrationTestImplementation(
|
57 |
| - "com.redhat.devtools.intellij:intellij-common:1.1.0", |
| 54 | + "com.redhat.devtools.intellij:intellij-common:${intellijCommonVersion}", |
58 | 55 | "com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0",
|
59 | 56 | "org.junit.jupiter:junit-jupiter-engine:5.8.2",
|
60 | 57 | "org.junit.jupiter:junit-jupiter-api:5.8.2",
|
|
0 commit comments