Skip to content

Commit c393ee5

Browse files
chore: bump jvm from 2.1.0 to 2.1.10 in /dgs-kotlin (#3109)
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](JetBrains/kotlin@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2be3e0 commit c393ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgs-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
44
plugins {
55
id("org.springframework.boot") version "3.4.2"
66
id("io.spring.dependency-management") version "1.1.7"
7-
kotlin("jvm") version "2.1.0"
7+
kotlin("jvm") version "2.1.10"
88
kotlin("plugin.spring") version "2.1.10"
99
id("com.netflix.dgs.codegen") version "7.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
1010
}

0 commit comments

Comments
 (0)