File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
-
3
2
ext. ideaVersion = ideaVersion
4
3
ext. kotlinVersion = kotlinVersion
5
4
ext. java_version = " 17"
@@ -49,12 +48,10 @@ dependencies {
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" ,
Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ ideaVersion=IC-2024.1
2
2
# build number ranges
3
3
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
4
4
sinceIdeaBuild =223
5
- projectVersion =1.2.3
5
+ projectVersion =1.2.4-SNAPSHOT
6
6
jetBrainsToken =invalid
7
7
jetBrainsChannel =stable
8
8
intellijPluginVersion =1.16.1
9
9
kotlinJvmPluginVersion =1.8.0
10
10
intellijCommonVersion =1.9.4-SNAPSHOT
11
11
telemetryPluginVersion =1.1.0.52
12
12
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
16
15
fixturesVersion =1.1.18
You can’t perform that action at this time.
0 commit comments