Skip to content

Commit

Permalink
Merge branch 'develop' into feature/orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Dec 18, 2024
2 parents 596fceb + 3dfb9d8 commit 2b470a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.12.3
BOM_VERSION: 5.13.0

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE'
mavenBom('com.epam.reportportal:commons-bom:5.12.3')
mavenBom('com.epam.reportportal:commons-bom:5.13.0')
}
}

dependencies {
if (releaseMode) {
api 'com.epam.reportportal:commons-reporting:5.12.3'
api 'com.epam.reportportal:commons-reporting:5.13.0'
} else {
api 'com.github.reportportal:commons-reporting:8939b78'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.12.3
version=5.13.0
description=EPAM Report portal common libs
hibernateValidatorVersion=6.2.0.Final
validationApiVersion=2.0.1.Final
Expand Down

0 comments on commit 2b470a3

Please sign in to comment.