From 266e0669efdf721c6a7d1f9f1c02c6c628566e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:56:50 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx.kover in /Task-Tracker-Entities Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.5...v0.7.6) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Task-Tracker-Entities/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-Tracker-Entities/build.gradle.kts b/Task-Tracker-Entities/build.gradle.kts index a4d4658..17d04e6 100644 --- a/Task-Tracker-Entities/build.gradle.kts +++ b/Task-Tracker-Entities/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("multiplatform") version "1.8.22" id("org.jlleitschuh.gradle.ktlint") version "11.6.1" id("maven-publish") - id("org.jetbrains.kotlinx.kover") version "0.7.5" + id("org.jetbrains.kotlinx.kover") version "0.7.6" } group = "app.tasktrackersystems.tasktracker.entities"