Skip to content

Commit

Permalink
Merge pull request #59 from reportportal/fix/dao-dependency-update
Browse files Browse the repository at this point in the history
dao dependency update
  • Loading branch information
Hleb Kanonik authored Jul 4, 2024
2 parents 93cbedb + b686523 commit a4eeec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:commons-dao:7de2ad1'
implementation 'com.github.reportportal:commons-dao:2834dd5'
implementation 'com.github.reportportal:plugin-api:8a4048c'
annotationProcessor 'com.github.reportportal:plugin-api:8a4048c'
}
Expand Down

0 comments on commit a4eeec8

Please sign in to comment.