Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Aug 15, 2024
2 parents ac9750b + 16b1edb commit e27a151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:commons-dao:b0e00d6'
implementation 'com.github.reportportal:commons:916f0f8'
implementation 'com.github.reportportal:plugin-api:ff54d0f'
annotationProcessor 'com.github.reportportal:plugin-api:ff54d0f'
implementation 'com.github.reportportal:commons-dao:28d0461'
implementation 'com.github.reportportal:commons:a30c7bb'
implementation 'com.github.reportportal:plugin-api:a9a8b73'
annotationProcessor 'com.github.reportportal:plugin-api:a9a8b73'
}
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.7'
implementation 'org.hibernate:hibernate-core:5.4.18.Final'
Expand Down

0 comments on commit e27a151

Please sign in to comment.