From bc1be7cb9995e38ef22fa0e72867293343f543c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:30:55 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.allopen from 2.1.20 to 2.1.21 Bumps [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.1.21. - [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.1.20...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 67750de..158b7a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("org.jetbrains.kotlin.jvm") version "2.1.20" - id("org.jetbrains.kotlin.plugin.allopen") version "2.1.20" + id("org.jetbrains.kotlin.plugin.allopen") version "2.1.21" id("com.google.devtools.ksp") version "2.1.20-1.0.32" id("com.github.johnrengelman.shadow") version "8.1.1" id("io.micronaut.application") version "4.5.3"