Skip to content

Commit

Permalink
rc/5.11.0 || Update dao version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Jan 30, 2024
1 parent 800f1f6 commit f4779de
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 @@ -58,7 +58,7 @@ ext['spring-boot.version'] = '2.5.15'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.4' : 'com.epam.reportportal:commons-bom:5.11.4')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.5' : 'com.epam.reportportal:commons-bom:5.11.5')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand Down

0 comments on commit f4779de

Please sign in to comment.