Skip to content

Commit

Permalink
EPMRPP-90180 update dependencies (Instant time) (#24)
Browse files Browse the repository at this point in the history
* EPMRPP-90180 update dependencies (Instant time)
  • Loading branch information
grabsefx authored Apr 15, 2024
1 parent 484dd6b commit 0ebd66e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:commons-dao:fa04c1f'
implementation 'com.github.reportportal:plugin-api:20ab960'
annotationProcessor 'com.github.reportportal:plugin-api:20ab960'
implementation 'com.github.reportportal:commons-dao:0703b75'
implementation 'com.github.reportportal:plugin-api:3ecb915657'
annotationProcessor 'com.github.reportportal:plugin-api:3ecb915657'
}
implementation 'org.hibernate:hibernate-core:5.6.15.Final'
implementation 'com.saucelabs:saucerest:1.0.43'
}

Expand Down Expand Up @@ -95,4 +96,4 @@ task assemblePlugins(type: Copy) {

wrapper {
gradleVersion = '6.0'
}
}

0 comments on commit 0ebd66e

Please sign in to comment.