From af1fdc60ef45b78730a42ce66a17f459f2d0a0a3 Mon Sep 17 00:00:00 2001 From: pavelmal Date: Mon, 11 Sep 2023 12:25:51 -0400 Subject: [PATCH] update json unit version fro 2.35.0 to 2.38.0 --- allure-jsonunit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allure-jsonunit/build.gradle.kts b/allure-jsonunit/build.gradle.kts index ab22c0f6..840b3c78 100644 --- a/allure-jsonunit/build.gradle.kts +++ b/allure-jsonunit/build.gradle.kts @@ -1,6 +1,6 @@ description = "Allure JsonUnit Integration" -val jsonUnitVersion = "2.35.0" +val jsonUnitVersion = "2.38.0" dependencies { api(project(":allure-attachments"))