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 9, 2024
1 parent dac5b45 commit 4bfe165
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val detektVersion = "1.23.6"

plugins {
id("java")
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.6"
id("io.spring.dependency-management") version "1.1.6"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
kotlin("jvm") version "1.9.23"
Expand Down 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 4bfe165

Please sign in to comment.