From ee1b6585f3dd7d952bb43452a72660a2f3e231ba Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Wed, 5 Jun 2024 11:48:00 +0300 Subject: [PATCH] EPMRPP-90460 update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fcfb614b..8bf35631 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { api 'com.epam.reportportal:commons-dao' api 'com.epam.reportportal:commons' } else { - api 'com.github.reportportal:commons-dao:6d16742' + api 'com.github.reportportal:commons-dao:0dd6151' api 'com.github.reportportal:commons:b6926df' }