From 686a0e43250c36674fc1e0aeaef8a391ede3a0b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:21:15 -0500 Subject: [PATCH] Update plugin allure to v2.12.0 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 2b9d554..2bc8083 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ allure = "2.24.0" [plugins] kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -allure = { id = "io.qameta.allure", version = "2.10.0" } +allure = { id = "io.qameta.allure", version = "2.12.0" } [libraries] kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }