Skip to content

Commit

Permalink
Merge pull request #922 from reportportal/rc/5.10.0
Browse files Browse the repository at this point in the history
Release 5.10.0
  • Loading branch information
IvanKustau authored Aug 28, 2023
2 parents 63ac35c + ee00dee commit 2367b46
Show file tree
Hide file tree
Showing 2 changed files with 1,154 additions and 1,027 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:80a17605')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:6aa55fc0')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand All @@ -61,9 +61,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-model'
} else {
compile 'com.github.reportportal:commons:def053af'
compile 'com.github.reportportal:commons:ce2166b5'
compile 'com.github.reportportal:commons-rules:5.10.0'
compile 'com.github.reportportal:commons-model:5918181'
compile 'com.github.reportportal:commons-model:232e69a5'
}

//https://nvd.nist.gov/vuln/detail/CVE-2020-10683 (dom4j 2.1.3 version dependency) AND https://nvd.nist.gov/vuln/detail/CVE-2019-14900
Expand Down
Loading

0 comments on commit 2367b46

Please sign in to comment.