Skip to content

Commit

Permalink
Force org.apache.commons:commons-compress version to 1.26.0 or gr…
Browse files Browse the repository at this point in the history
…eater (#510)

* Force `org.apache.commons:commons-compress` version to `1.26.0` or greater
  • Loading branch information
big-andy-coates authored Jun 23, 2024
1 parent 8ddb6ac commit a2d2396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ subprojects {
val mockitoVersion: String by extra

dependencies {
constraints {
implementation("org.apache.commons:commons-compress:1.26.2") {
because("earlier versions have a security vulnerabilities")
}
}

implementation(platform("com.fasterxml.jackson:jackson-bom:$jacksonVersion"))

testImplementation("org.creekservice:creek-test-util:$creekVersion")
Expand Down
1 change: 0 additions & 1 deletion json-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
testImplementation("org.testcontainers:kafka:$testContainersVersion")
testImplementation("org.creekservice:creek-observability-logging-fixtures:$creekVersion")
testImplementation("commons-codec:commons-codec:1.17.0")
}

// Patch Kafka Testcontainers jar into main test containers module to avoid split packages:
Expand Down

0 comments on commit a2d2396

Please sign in to comment.