From 3653222b72166ededcf3e8d141fabf9814e751f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:20:02 +0000 Subject: [PATCH] [Notification-service] Bump jvm in /notification-service Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.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/v2.1.0...v2.1.20) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- notification-service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-service/build.gradle.kts b/notification-service/build.gradle.kts index 4a3f317..24af5ab 100644 --- a/notification-service/build.gradle.kts +++ b/notification-service/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("io.gitlab.arturbosch.detekt") version "1.23.6" id("org.owasp.dependencycheck") version "12.0.0" - kotlin("jvm") version "2.1.0" + kotlin("jvm") version "2.1.20" kotlin("plugin.spring") version "2.1.0" kotlin("plugin.jpa") version "2.1.0" jacoco