Skip to content

Commit

Permalink
EPMRPP-92203 || Update lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Jul 3, 2024
1 parent 06ddf1d commit 850bc21
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 @@ -36,9 +36,9 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:commons-dao:0703b75'
implementation 'com.github.reportportal:plugin-api:3ecb915657'
annotationProcessor 'com.github.reportportal:plugin-api:3ecb915657'
implementation 'com.github.reportportal:commons-dao:2834dd5'
implementation 'com.github.reportportal:plugin-api:ff54d0f'
annotationProcessor 'com.github.reportportal:plugin-api:ff54d0f'
}
implementation 'org.hibernate:hibernate-core:5.6.15.Final'

Expand Down

0 comments on commit 850bc21

Please sign in to comment.