From 7022c698ae56be1fc7259ab057683d053b7843fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:12:52 +0000 Subject: [PATCH] [Notification-service] Bump jvm in /notification-service Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) --- 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..6f5e10e 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.10" kotlin("plugin.spring") version "2.1.0" kotlin("plugin.jpa") version "2.1.0" jacoco