From b63909596447eb6ddfe440afd82b32978c8b1126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:27:56 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.10 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.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.0.21...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34c5e03..0b78d02 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "idea" id "org.sonarqube" version "5.1.0.4882" id "io.github.gradle-nexus.publish-plugin" version "2.0.0" - id "org.jetbrains.kotlin.jvm" version "2.0.21" apply false + id "org.jetbrains.kotlin.jvm" version "2.1.10" apply false id "org.owasp.dependencycheck" version "11.1.0" }