From 1d9f1df9315cb173a34094e3149c6ad29cfcff9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 05:50:50 +0000 Subject: [PATCH] Bump io.qameta.allure:allure-testng from 2.29.0 to 2.29.1 Bumps [io.qameta.allure:allure-testng](https://github.com/allure-framework/allure-java) from 2.29.0 to 2.29.1. - [Release notes](https://github.com/allure-framework/allure-java/releases) - [Commits](https://github.com/allure-framework/allure-java/compare/2.29.0...2.29.1) --- updated-dependencies: - dependency-name: io.qameta.allure:allure-testng dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/build.gradle b/modules/client/build.gradle index 2d65e44a..85468bb4 100644 --- a/modules/client/build.gradle +++ b/modules/client/build.gradle @@ -19,7 +19,7 @@ dependencies { testApi project(":test-tools") testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVer" testImplementation("com.github.docker-java:docker-java:3.4.0") - testImplementation("io.qameta.allure:allure-testng:2.29.0") + testImplementation("io.qameta.allure:allure-testng:2.29.1") testImplementation "org.testcontainers:testcontainers:$testContainersVer" }