We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2911bc7 commit d4690e9Copy full SHA for d4690e9
buildSrc/build.gradle.kts
@@ -8,9 +8,6 @@ repositories {
8
}
9
10
dependencies {
11
- implementation(libs.gradle.intellij.plugin) {
12
- // vulnerable transitive dependency okhttp 3.14.9 in gradle-intellij-plugin 1.17.3
13
- exclude(group = "com.squareup.okhttp3", module = "okhttp")
14
- }
+ implementation(libs.gradle.intellij.plugin)
15
implementation(libs.kotlin.gradle.plugin)
16
0 commit comments