Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-compress to v…
Browse files Browse the repository at this point in the history
…1.26.1
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Mar 9, 2024
1 parent 65d0217 commit 51a7a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ dependencies {

// Accessibility Tests
// Manually adding commons-compress due to https://devhub.checkmarx.com/cve-details/CVE-2024-26308/
accessibilityTestImplementation("org.apache.commons:commons-compress:1.26.0")
accessibilityTestImplementation("org.apache.commons:commons-compress:1.26.1")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.18.1")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.8.2")

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("com.lordcodes.turtle:turtle:0.9.0")

// Manually adding commons-compress due to https://devhub.checkmarx.com/cve-details/CVE-2024-26308/
implementation("org.apache.commons:commons-compress:1.26.0")
implementation("org.apache.commons:commons-compress:1.26.1")

// Manually adding apache-mime4j-dom due to https://github.com/advisories/GHSA-jw7r-rxff-gv24.
// It can be removed when updating Apache Tika to a newer version
Expand Down

0 comments on commit 51a7a10

Please sign in to comment.