Skip to content

Commit

Permalink
EPMRPP-89927 || Update bom (#26)
Browse files Browse the repository at this point in the history
* EPMRPP-89927 || Update bom

* EPMRPP-89927 || Update bom version
  • Loading branch information
IvanKustau authored Mar 28, 2024
1 parent 7ed16c8 commit c067d5a
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:b7acb00')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:8603a03b4f')
}
}

Expand Down

0 comments on commit c067d5a

Please sign in to comment.