From 05ad55453ad56a61c5ce00c87417783551d6492f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 07:14:20 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:lincheck-jvm from 2.18.1 to 2.21-IDEA-PLUGIN Bumps [org.jetbrains.kotlinx:lincheck-jvm](https://github.com/Kotlin/kotlinx-lincheck) from 2.18.1 to 2.21-IDEA-PLUGIN. - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:lincheck-jvm dependency-type: direct:production ... 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 4b293738e5..c7092d0211 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -60,7 +60,7 @@ junit-testng = "1.0.4" junit4 = "4.13.2" junit5 = "5.10.0-M1" kotlin = "1.8.22" -lincheck = "2.18.1" +lincheck = "2.21-IDEA-PLUGIN" mockito = "5.4.0" nekohtml = "1.9.22" nexus-publish = "2.0.0-rc-1"