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.2
  • Loading branch information
renovate[bot] authored and mergify[bot] committed May 24, 2024
1 parent 9ef1b29 commit 6c4616f
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 @@ -323,7 +323,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.1")
accessibilityTestImplementation("org.apache.commons:commons-compress:1.26.2")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.21.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.9.1")

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.10.0")

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

// 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 6c4616f

Please sign in to comment.