From e9b926e05732fabc2496f50fcfacb75006db8989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:28:14 +0000 Subject: [PATCH] build(deps): bump plugin.allopen from 2.2.0 to 2.4.0 in /kotlin Bumps [plugin.allopen](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.4.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.2.0...v2.4.0) --- updated-dependencies: - dependency-name: plugin.allopen dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index e8381527..88d0fd4d 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Required by kotlinx-benchmark for JVM bench source sets — the // plugin uses the allopen plugin to relax the `final` restriction // on @State-annotated bench classes (JMH instantiates them). - kotlin("plugin.allopen") version "2.2.0" + kotlin("plugin.allopen") version "2.4.0" } group = "dev.aethernet"