Skip to content

Commit

Permalink
Merge pull request #452 from espoon-voltti/fix-cve-failures
Browse files Browse the repository at this point in the history
Fix CVE errors in OWASP check
  • Loading branch information
juhenius authored Dec 4, 2024
2 parents 37a0a0b + 0ed7f85 commit df86f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
implementation("org.springframework.ws:spring-ws-security")
implementation("org.springframework.ws:spring-ws-security") {
exclude("org.opensaml")
}

implementation("com.zaxxer:HikariCP:6.2.1")
implementation("org.flywaydb:flyway-core")
Expand Down

0 comments on commit df86f94

Please sign in to comment.