Skip to content

Commit

Permalink
EPMRPP-86916 || Update bom dependency (#974)
Browse files Browse the repository at this point in the history
* Update bom version

* EPMRPP-86916 || Update rules version

* EPMRPP-86916 || Add release mode check

* EPMRPP-86916 || Update rules version
  • Loading branch information
IvanKustau authored Jan 19, 2024
1 parent cf4f346 commit 0a2a427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:6aa55fc0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand All @@ -53,7 +53,7 @@ dependencies {
compile 'com.epam.reportportal:commons-model'
} else {
compile 'com.github.reportportal:commons:07566b8e'
compile 'com.github.reportportal:commons-rules:837ccf2'
compile 'com.github.reportportal:commons-rules:42d4dd5634'
compile 'com.github.reportportal:commons-model:83f012f'
}

Expand Down

0 comments on commit 0a2a427

Please sign in to comment.