Skip to content

Commit

Permalink
remove version pin of zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
luantr committed Dec 4, 2024
1 parent dac5b45 commit db5557b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@ dependencies {
testImplementation("io.mockk:mockk:$mockkVersion")
testImplementation("com.ninja-squad:springmockk:$springMockkVersion")

constraints {
implementation("org.apache.zookeeper:zookeeper") {
because("CVE-2023-44981")
version {
require("3.9.1")
}
}
}

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")
}

Expand Down

0 comments on commit db5557b

Please sign in to comment.