From 9cc6cb56c1ed7def69387dc0719f81c857c6af78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:43:17 +0000 Subject: [PATCH] build(deps): bump plugin.power-assert from 2.3.0 to 2.3.10 Bumps [plugin.power-assert](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: plugin.power-assert dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0e6b0517..323af47e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { alias(libs.plugins.versionCatalogUpdate) id("com.osacky.doctor") version "0.12.1" - kotlin("plugin.power-assert") version "2.3.0" apply false + kotlin("plugin.power-assert") version "2.3.10" apply false alias(libs.plugins.android.library) apply false alias(libs.plugins.jetbrains.kotlin.jvm) apply false }