Skip to content

Commit b832733

Browse files
chore: bump jvm from 2.1.10 to 2.1.20 in /graphql-kotlin (#3198)
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- 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 f7616e0 commit b832733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
66
plugins {
77
id("org.springframework.boot") version "3.4.4"
88
id("io.spring.dependency-management") version "1.1.7"
9-
kotlin("jvm") version "2.1.10"
9+
kotlin("jvm") version "2.1.20"
1010
kotlin("plugin.spring") version "2.1.20"
1111
}
1212

0 commit comments

Comments
 (0)