diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5821cfd85..94a68a5fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/build.gradle b/build.gradle index b0611eb4d..76aabee67 100644 --- a/build.gradle +++ b/build.gradle @@ -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') } }