File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ java {
51
51
52
52
dependencies {
53
53
implementation (
54
- ' io.fabric8:kubernetes-client:6.4.1' ,
55
- ' io.fabric8:openshift-client:6.4.1' ,
56
- ' io.fabric8:kubernetes-httpclient-okhttp:6.4.1' ,
54
+ ' io.fabric8:kubernetes-client:6.10.0' ,
55
+ ' io.fabric8:openshift-client:6.10.0' ,
56
+ ' io.fabric8:kubernetes-httpclient-okhttp:6.10.0' ,
57
+ ' com.fasterxml.jackson.core:jackson-core:2.16.2' , /* IC-2022.1 provides an incompatible version */
57
58
' org.apache.commons:commons-exec:1.3' ,
58
59
' org.apache.commons:commons-lang3:3.12.0' ,
59
60
' com.twelvemonkeys.common:common-lang:3.9.4' ,
@@ -62,7 +63,8 @@ dependencies {
62
63
testImplementation(
63
64
' org.assertj:assertj-core:3.17.1' ,
64
65
' org.mockito:mockito-inline:5.2.0' ,
65
- ' org.yaml:snakeyaml:1.33' /* IC-2023.2 provides incompatible 2.0 */
66
+ ' org.yaml:snakeyaml:2.2' /* IC-2023.2 provides incompatible 2.0 */ ,
67
+ ' com.fasterxml.jackson.core:jackson-core:2.16.2' /* IC-2022.1 provides an incompatible version */
66
68
)
67
69
}
68
70
You can’t perform that action at this time.
0 commit comments