diff --git a/build.gradle b/build.gradle index a3de3ef..e891df6 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,8 @@ dependencies { integrationTestImplementation( "com.redhat.devtools.intellij:intellij-common:1.1.0", "com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0", - "org.junit.platform:junit-platform-launcher:1.0.0", + "org.junit.platform:junit-platform-launcher:1.9.3", + "com.google.code.gson:gson:2.8.9" ) }