Skip to content

Commit

Permalink
dependency update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx authored May 17, 2024
1 parent 58275a3 commit 93cbedb
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 @@ -43,9 +43,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:7de2ad1'
implementation 'com.github.reportportal:plugin-api:8a4048c'
annotationProcessor 'com.github.reportportal:plugin-api:8a4048c'
}
implementation 'org.hibernate:hibernate-core:5.6.15.Final'

Expand Down

0 comments on commit 93cbedb

Please sign in to comment.