Skip to content

Commit

Permalink
fix: remove exclusion of okhttp dependency from gradle-intellij-plugi…
Browse files Browse the repository at this point in the history
…n (required for publishPlugin task)
  • Loading branch information
carlrobertoh committed Apr 12, 2024
1 parent 2911bc7 commit d4690e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ repositories {
}

dependencies {
implementation(libs.gradle.intellij.plugin) {
// vulnerable transitive dependency okhttp 3.14.9 in gradle-intellij-plugin 1.17.3
exclude(group = "com.squareup.okhttp3", module = "okhttp")
}
implementation(libs.gradle.intellij.plugin)
implementation(libs.kotlin.gradle.plugin)
}

0 comments on commit d4690e9

Please sign in to comment.