From 33320b756d0d5b311de91d388ea1f433ac35dfed Mon Sep 17 00:00:00 2001 From: Pavel_Bortnik Date: Mon, 16 Sep 2024 15:59:59 +0300 Subject: [PATCH] EPMRPP-94552 || Update dao version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 44325b7..9c46f0d 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { api 'com.epam.reportportal:commons-dao' api 'com.epam.reportportal:commons' } else { - api 'com.github.reportportal:commons-dao:f277576' + api 'com.github.reportportal:commons-dao:cce9625' api 'com.github.reportportal:commons:50a1192' }