From d76d607493edf1f6f4a239cd6955871de29360dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:01:56 +0300 Subject: [PATCH] fix(deps): update plugin org.jetbrains.kotlinx.kover from v0.9.0 to v0.9.1 (#154) PR: https://github.com/ExpediaGroup/lodging-connectivity-java-sdk/pull/154 --- code/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/build.gradle b/code/build.gradle index f3b73b2f..6a798334 100644 --- a/code/build.gradle +++ b/code/build.gradle @@ -8,7 +8,7 @@ plugins { id 'signing' /* Test Reporting */ - id 'org.jetbrains.kotlinx.kover' version "0.9.0" + id 'org.jetbrains.kotlinx.kover' version "0.9.1" /* Linting */ id "org.jlleitschuh.gradle.ktlint" version "12.1.2"