From b9b5252cf2d643e4c61bf031d8bdcf77916d5624 Mon Sep 17 00:00:00 2001 From: PeeAyBee Date: Mon, 27 Nov 2023 18:26:24 +0300 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1c1238..bc9a344 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { compile 'com.epam.reportportal:commons-rules' compile 'com.epam.reportportal:commons-dao' } else { - compile 'com.github.reportportal:commons-dao:dafe9b4d' + compile 'com.github.reportportal:commons-dao:126ee2e' compile 'com.github.reportportal:commons-model:83f012f' compile 'com.github.reportportal:commons-rules:01ec4d17' }