From 4c0a7389686d6874d5ae1604f253b4f6adc84bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 09:39:06 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm in /backend Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.20. - [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/v1.9.0...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm 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 93e15c28..d66aaef0 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -24,7 +24,7 @@ plugins { id "pl.allegro.tech.build.axion-release" version "1.14.4" id "com.diffplug.spotless" version "6.13.0" - id "org.jetbrains.kotlin.jvm" version "1.9.0" + id "org.jetbrains.kotlin.jvm" version "1.9.20" id "org.jetbrains.kotlin.plugin.allopen" version "1.9.20" }