Skip to content

Commit 729fa7b

Browse files
committed
bumped kubernetes-client to 6.12.0 (redhat-developer#713)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent c4f76df commit 729fa7b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Diff for: build.gradle

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildscript {
2-
32
ext.ideaVersion = ideaVersion
43
ext.kotlinVersion = kotlinVersion
54
ext.java_version = "17"
@@ -42,19 +41,17 @@ dependencies {
4241
"io.fabric8:kubernetes-model-common:${kubernetesClientVersion}",
4342
"io.fabric8:openshift-client:${kubernetesClientVersion}",
4443
"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 */
4645
"org.apache.commons:commons-lang3:3.12.0"
4746
)
4847
testImplementation(
4948
"org.assertj:assertj-core:3.22.0",
5049
"org.mockito:mockito-inline:4.5.1",
5150
"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}"
5552
)
5653
integrationTestImplementation(
57-
"com.redhat.devtools.intellij:intellij-common:1.1.0",
54+
"com.redhat.devtools.intellij:intellij-common:${intellijCommonVersion}",
5855
"com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0",
5956
"org.junit.jupiter:junit-jupiter-engine:5.8.2",
6057
"org.junit.jupiter:junit-jupiter-api:5.8.2",

Diff for: gradle.properties

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ ideaVersion=IC-2024.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=223
5-
projectVersion=1.2.3
5+
projectVersion=1.2.4-SNAPSHOT
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.16.1
99
kotlinJvmPluginVersion=1.8.0
1010
intellijCommonVersion=1.9.4-SNAPSHOT
1111
telemetryPluginVersion=1.1.0.52
1212
kotlin.stdlib.default.dependency = false
13-
kotlinVersionIdea221=1.6.21
14-
kotlinVersionIdea211=1.4.32
15-
kubernetesClientVersion=6.10.0
13+
kotlinVersion=1.6.21
14+
kubernetesClientVersion=6.12.0
1615
fixturesVersion=1.1.18

0 commit comments

Comments
 (0)