Skip to content

Commit

Permalink
[ESWE-1181] fix vulnerabilities from integration test dependency (#18)
Browse files Browse the repository at this point in the history
`commons-compress` via testcontainers
upgrade it to latest `1.27.1` (from `1.24.0`)
  • Loading branch information
rickchoijd authored Jan 22, 2025
1 parent 65f2ca3 commit daeac8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ testing {
exclude(group = "io.swagger.parser.v3", module = "swagger-parser-safe-url-resolver")
}
implementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
implementation("org.springframework.boot:spring-boot-testcontainers")
implementation("org.springframework.boot:spring-boot-testcontainers") {
implementation("org.apache.commons:commons-compress:1.27.1")
}
implementation("org.testcontainers:localstack")
}

Expand Down

0 comments on commit daeac8e

Please sign in to comment.