From 83eb25fb01dbf7dae8e9ae11b6f695bfd0345ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 05:09:19 +0000 Subject: [PATCH] Bump io.qameta.allure:allure-testng from 2.29.0 to 2.30.0 Bumps [io.qameta.allure:allure-testng](https://github.com/allure-framework/allure-java) from 2.29.0 to 2.30.0. - [Release notes](https://github.com/allure-framework/allure-java/releases) - [Commits](https://github.com/allure-framework/allure-java/compare/2.29.0...2.30.0) --- updated-dependencies: - dependency-name: io.qameta.allure:allure-testng dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..89c36171 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.30.0") testImplementation "org.testcontainers:testcontainers:$testContainersVer" }