From 0477a51111531fada0149b0202b88a5ea7658480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:50:07 +0000 Subject: [PATCH] Bump allure-java from 2.29.0 to 2.29.1 Bumps `allure-java` from 2.29.0 to 2.29.1. Updates `io.qameta.allure:allure-java-commons` 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) Updates `io.qameta.allure:allure-junit5` 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-java-commons dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.qameta.allure:allure-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fd5b629..28e6601 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # [versions] commons = "1.7.0" -allure-java = "2.29.0" +allure-java = "2.29.1" aspectj = "1.9.22.1" slf4j = "2.0.16" junit-jupiter = "5.11.3"