From db236fe675816a32ecfbd3f95fdac8f22fb6c0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:02:28 +0000 Subject: [PATCH] Bump jvm from 2.0.20 to 2.1.0 in /kotlin-junit5-no-plugin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.1.0. - [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.0.20...v2.1.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-junit5-no-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-junit5-no-plugin/build.gradle.kts b/kotlin-junit5-no-plugin/build.gradle.kts index d8e1d52..36bd175 100644 --- a/kotlin-junit5-no-plugin/build.gradle.kts +++ b/kotlin-junit5-no-plugin/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.1.0" `jvm-test-suite` }