Skip to content

Commit

Permalink
rc/5.11.1 || Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bortnik committed Dec 15, 2023
1 parent 94ca2a9 commit cd74cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.11.0
BOM_VERSION: 5.11.1
MIGRATIONS_VERSION: 5.11.0
RELEASE_VERSION: 5.11.0
RELEASE_VERSION: 5.11.1

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion 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:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:8a6b44c')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand Down

0 comments on commit cd74cf6

Please sign in to comment.