diff --git a/build.gradle.kts b/build.gradle.kts index bd1c54a..76f52ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 9b4f01d..13b117a 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -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