From d2264b59170f04c17e8e1d492b54ab4f2f3402c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:51:37 +0000 Subject: [PATCH] Bump jvm from 2.0.20 to 2.0.21 in /kotlin-junit5 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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..a6b21c5 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.0.21" id("com.coditory.integration-test") version "2.0.1" }