Skip to content

Commit

Permalink
Update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Apr 10, 2024
1 parent 2e6e108 commit e570ddb
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 @@ -33,7 +33,7 @@ ext['log4j2.version'] = '2.21.1'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.7' : 'com.github.reportportal:commons-bom:b929af1e08')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.7' : 'com.epam.reportportal:commons-bom:5.11.7')
}
}

Expand All @@ -43,7 +43,7 @@ dependencies {
implementation 'com.epam.reportportal:commons-rules'
implementation 'com.epam.reportportal:commons-model'
} else {
implementation 'com.github.reportportal:commons-dao:4d7eaa4841'
implementation 'com.epam.reportportal:commons-dao'
implementation 'com.epam.reportportal:commons-rules'
implementation 'com.epam.reportportal:commons-model'
}
Expand Down

0 comments on commit e570ddb

Please sign in to comment.