Skip to content

Commit

Permalink
remove remove unused vulnerable dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <[email protected]>
  • Loading branch information
loesimmens committed Feb 17, 2025
1 parent cbdfdc9 commit 238f53a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ avroPlugin = "1.9.1"
dependencyManagement = "1.1.7"
kotlin = "2.1.10"
mockitoKotlin = "5.4.0"
mockServer = "5.15.0"
msal4j = "1.19.0"
sonarqube = "6.0.1.5171"
spotless = "7.0.2"
Expand All @@ -21,7 +20,6 @@ junitJupiterEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine
junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kafkaClients = { group = "org.apache.kafka", name = "kafka-clients" }
mockitoKotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref = "mockitoKotlin" }
mockServer = { group = "org.mock-server", name = "mockserver-spring-test-listener", version.ref = "mockServer" }
msal = { group = "com.microsoft.azure", name = "msal4j", version.ref = "msal4j" }
slf4jApi = { group = "org.slf4j", name = "slf4j-api" }
springBootAutoconfigure = { group = "org.springframework.boot", name = "spring-boot-autoconfigure" }
Expand Down
6 changes: 0 additions & 6 deletions oauth-token-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ testing {
dependencies {
implementation(project())
implementation(libs.springBootStarterTest)
implementation(libs.mockServer) {
// CVE fixes
exclude(group = "org.bouncycastle", module = "bcpkix-jdk18on")
exclude(group = "org.bouncycastle", module = "bcprov-jdk18on")
exclude(group = "org.bouncycastle", module = "bcutil-jdk18on")
}
}
}
}
Expand Down

0 comments on commit 238f53a

Please sign in to comment.