From 282a822fb4c02eea81c7dbd9eb191d7b946555d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:34:33 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:lincheck from 2.24 to 2.25 Bumps [org.jetbrains.kotlinx:lincheck](https://github.com/Kotlin/kotlinx-lincheck) from 2.24 to 2.25. - [Release notes](https://github.com/Kotlin/kotlinx-lincheck/releases) - [Changelog](https://github.com/JetBrains/lincheck/blob/master/RELEASE.md) - [Commits](https://github.com/Kotlin/kotlinx-lincheck/compare/lincheck-2.24...lincheck-2.25) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:lincheck dependency-type: direct:production update-type: version-update:semver-minor ... 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 c938355f2..854bcacf3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -100,7 +100,7 @@ ktor-client-js = { group = "io.ktor", name = "ktor-client-js", version.ref = "kt # Lincheck # https://kotlinlang.org/docs/lincheck-guide.html#associate-compiler-tasks -kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.24" +kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.25" # https://github.com/ForteScarlet/kotlin-suspend-interface-reversal suspend-reversal-annotations = { module = "love.forte.suspend-interface-reversal:annotations", version.ref = "suspendReversal" }