diff --git a/build.gradle b/build.gradle index 76aabee67..8f18ae3b4 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ repositories { dependencyManagement { imports { - mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:8a6b44c') + mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:b929af1e08') mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0') } } @@ -53,7 +53,7 @@ dependencies { compile 'com.epam.reportportal:commons-model' } else { compile 'com.github.reportportal:commons:07566b8e' - compile 'com.github.reportportal:commons-rules:01ec4d17' + compile 'com.epam.reportportal:commons-rules' compile 'com.github.reportportal:commons-model:83f012f' } @@ -71,7 +71,7 @@ dependencies { compile 'io.minio:minio:6.0.13' - implementation group: 'org.json', name: 'json', version: '20220320' + implementation group: 'org.json', name: 'json', version: '20231013' compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' compile 'org.hibernate.validator:hibernate-validator' @@ -84,6 +84,8 @@ dependencies { compile 'org.jasypt:jasypt:1.9.3' compile 'io.zonky.test:embedded-postgres:1.2.6' + //Fix CVE-2024-25710, CVE-2024-26308 + compile 'org.apache.commons:commons-compress:1.26.0' compile 'org.flywaydb:flyway-core:6.3.1' compile 'org.apache.jclouds.api:s3:2.5.0'