From 47af7e6f7b5bf08e82d792f01ee4a88ef0b0632a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:37:48 +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.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: org.jetbrains.kotlin.plugin.allopen dependency-type: direct:production update-type: version-update:semver-patch ... 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 bfdec48a..81f12432 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -25,7 +25,7 @@ plugins { id "pl.allegro.tech.build.axion-release" version "1.18.14" id "com.diffplug.spotless" version "6.25.0" id "org.jetbrains.kotlin.jvm" version "2.0.21" - id "org.jetbrains.kotlin.plugin.allopen" version "2.0.20" + id "org.jetbrains.kotlin.plugin.allopen" version "2.0.21" } ext {