From 221f9bd1b720ed820c795df24b2283d54a425d18 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Mon, 15 Jul 2024 16:10:50 +0300 Subject: [PATCH] EPMRPP-89421 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ad71d6729..e823f8373d 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'com.epam.reportportal:commons' implementation 'com.epam.reportportal:plugin-api:5.11.1' } else { - implementation 'com.github.reportportal:commons-dao:77fbf07' + implementation 'com.github.reportportal:commons-dao:62a9d24' implementation 'com.github.reportportal:commons:9620556' implementation 'com.github.reportportal:plugin-api:d1c0f0e' }