diff --git a/build.gradle b/build.gradle index f1a3f83..16a255f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,9 +48,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:2a5a91b' - implementation 'com.github.reportportal:plugin-api:8874441' - annotationProcessor 'com.github.reportportal:plugin-api:8874441' + implementation 'com.github.reportportal:commons-dao:9b8b695' + implementation 'com.github.reportportal:plugin-api:f59b724' + annotationProcessor 'com.github.reportportal:plugin-api:f59b724' } compileOnly "org.projectlombok:lombok:${lombokVersion}"