From ca45acf50a3523ee2f2001ffdf1e87af93100d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:17:44 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.plugin.allopen in /backend Bumps [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.2.10. - [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.21...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index a3ff2e54..713827e5 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -25,7 +25,7 @@ plugins { id "pl.allegro.tech.build.axion-release" version "1.20.1" id "com.diffplug.spotless" version "7.2.1" id "org.jetbrains.kotlin.jvm" version "2.1.21" - id "org.jetbrains.kotlin.plugin.allopen" version "2.1.21" + id "org.jetbrains.kotlin.plugin.allopen" version "2.2.10" } ext {