From f3b53adbc91bd87371c32d9bdb92b7b01834136c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:58:51 +0000 Subject: [PATCH] Bump jvm from 2.0.20 to 2.1.0 in /kotlin-junit5 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/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-junit5/build.gradle.kts b/kotlin-junit5/build.gradle.kts index 9a17609..ac09ed5 100644 --- a/kotlin-junit5/build.gradle.kts +++ b/kotlin-junit5/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.1.0" id("com.coditory.integration-test") version "2.0.1" }