Skip to content

Commit

Permalink
Update dependencies (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Dec 4, 2024
1 parent 8a1f61c commit 815c74a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

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

Expand All @@ -41,8 +41,8 @@ dependencies {
implementation 'com.epam.reportportal:commons-dao'
api 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT'
api 'com.github.reportportal:commons:develop-SNAPSHOT'
implementation 'com.github.reportportal:commons-dao:adbb40e'
api 'com.github.reportportal:commons:6e23763'
}
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'
Expand Down

0 comments on commit 815c74a

Please sign in to comment.