This repository was archived by the owner on Apr 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ dependencies {
150
150
' com.squareup.retrofit2:converter-jackson:2.11.0' ,
151
151
' com.google.code.gson:gson:2.11.0' )
152
152
testImplementation(
153
- ' org.junit.platform:junit-platform-launcher:1.10.2 ' ,
153
+ ' org.junit.platform:junit-platform-launcher:1.10.3 ' ,
154
154
' org.mockito:mockito-core:5.12.0' ,
155
155
' org.easytesting:fest-assert:1.4' ,
156
156
' com.redhat.devtools.intellij:intellij-common:1.9.6-SNAPSHOT:test' ,
@@ -159,8 +159,8 @@ dependencies {
159
159
' org.mock-server:mockserver-netty:5.15.0' ,
160
160
' com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.0' ,
161
161
' org.junit.jupiter:junit-jupiter-engine:5.10.3' ,
162
- ' org.junit.jupiter:junit-jupiter-api:5.10.2 ' ,
163
- ' org.junit.jupiter:junit-jupiter:5.10.2 ' )
162
+ ' org.junit.jupiter:junit-jupiter-api:5.10.3 ' ,
163
+ ' org.junit.jupiter:junit-jupiter:5.10.3 ' )
164
164
constraints {
165
165
implementation(' io.undertow:undertow-core:2.3.14.Final' ) { // keycloak
166
166
because ' https://security.snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-6567186'
You can’t perform that action at this time.
0 commit comments