Skip to content

Commit

Permalink
Merge pull request #23 from reportportal/EPMRPP-86916-update-default-…
Browse files Browse the repository at this point in the history
…photo

EPMRPP-86916 || Update bom dependency
  • Loading branch information
IvanKustau authored Jan 19, 2024
2 parents 83eda60 + 61aef37 commit 42d4dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE'
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:04b1a7d')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
}
}

Expand Down

0 comments on commit 42d4dd5

Please sign in to comment.