From c8d37fe43fad857c901af5a49cd363e68e87b07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:38:45 +0000 Subject: [PATCH] Bump io.qameta.allure:allure-okhttp3 from 2.28.0 to 2.28.1 Bumps [io.qameta.allure:allure-okhttp3](https://github.com/allure-framework/allure-java) from 2.28.0 to 2.28.1. - [Release notes](https://github.com/allure-framework/allure-java/releases) - [Commits](https://github.com/allure-framework/allure-java/compare/2.28.0...2.28.1) --- updated-dependencies: - dependency-name: io.qameta.allure:allure-okhttp3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cca064c..3edf699 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { agent "org.aspectj:aspectjweaver:1.9.22.1" implementation("com.squareup.retrofit2:converter-gson:2.11.0") - implementation("io.qameta.allure:allure-okhttp3:2.28.0") + implementation("io.qameta.allure:allure-okhttp3:2.28.1") testImplementation("com.codeborne:selenide:7.4.1") testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")