From 05fc203b06b939656aadb059ee3dd95fe7202d6f Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Fri, 17 May 2024 14:09:30 +0300 Subject: [PATCH] dependency update --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f7e3d61..fc3ca5e 100755 --- a/build.gradle +++ b/build.gradle @@ -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'