@@ -153,19 +153,19 @@ tasks.register('copyKey', Copy) {
153
153
dependencies {
154
154
implementation(
155
155
' io.fabric8:openshift-client:6.4.1' ,
156
- ' org.apache.commons:commons-compress:1.21 ' ,
156
+ ' org.apache.commons:commons-compress:1.26.1 ' ,
157
157
' org.apache.commons:commons-exec:1.3' ,
158
158
' com.redhat.devtools.intellij:intellij-common:1.9.3' ,
159
159
' io.jsonwebtoken:jjwt-impl:0.11.2' ,
160
160
' io.jsonwebtoken:jjwt-jackson:0.11.2' ,
161
- ' org.keycloak:keycloak-installed-adapter:22 .0.1' ,
161
+ ' org.keycloak:keycloak-installed-adapter:24 .0.1' ,
162
162
' com.squareup.retrofit2:converter-jackson:2.9.0' ,
163
163
' com.google.code.gson:gson:2.10.1' )
164
164
testImplementation(
165
165
' org.junit.platform:junit-platform-launcher:1.10.0' ,
166
166
' org.mockito:mockito-core:5.11.0' ,
167
167
' org.easytesting:fest-assert:1.4' ,
168
- ' com.redhat.devtools.intellij:intellij-common:1.9.3-SNAPSHOT :test' ,
168
+ ' com.redhat.devtools.intellij:intellij-common:1.9.3:test' ,
169
169
' org.awaitility:awaitility:4.2.0' ,
170
170
' org.mock-server:mockserver-client-java:5.15.0' ,
171
171
' org.mock-server:mockserver-netty:5.15.0' ,
@@ -174,18 +174,21 @@ dependencies {
174
174
' org.junit.jupiter:junit-jupiter-api:5.10.0' ,
175
175
' org.junit.jupiter:junit-jupiter:5.10.0' )
176
176
constraints {
177
- implementation(' io.undertow:undertow-core:2.3.7 .Final' ) { // keycloak
177
+ implementation(' io.undertow:undertow-core:2.3.12 .Final' ) { // keycloak
178
178
because ' https://app.snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-3339519'
179
179
}
180
180
implementation(' com.squareup.okhttp3:okhttp:4.12.0' ) { // retrofit
181
181
because ' https://app.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044'
182
182
}
183
- implementation(' org.jboss.xnio:xnio-api:3.8.9 .Final' ) { // keycloak
183
+ implementation(' org.jboss.xnio:xnio-api:3.8.13 .Final' ) { // keycloak
184
184
because ' https://app.snyk.io/vuln/SNYK-JAVA-ORGJBOSSXNIO-2994360'
185
185
}
186
- testImplementation(' maven:junit:junit:4.13.1 ' ) { // intellij-common-ui-test-library
186
+ testImplementation(' maven:junit:junit:4.13.2 ' ) { // intellij-common-ui-test-library
187
187
because ' https://github.com/advisories/GHSA-269g-pwp5-87pp'
188
188
}
189
+ implementation(' org.yaml:snakeyaml:2.2' ) { // openshift-client
190
+ because ' https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471'
191
+ }
189
192
}
190
193
}
191
194
0 commit comments