Skip to content

Commit f6d2d39

Browse files
Bump org.jetbrains.kotlin.jvm in /plugins/gradle/example-client-kotlin (#1436)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.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 a061b80 commit f6d2d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
33

44
plugins {
55
id "java"
6-
id "org.jetbrains.kotlin.jvm" version "1.9.21"
6+
id "org.jetbrains.kotlin.jvm" version "1.9.22"
77
id "io.github.kobylynskyi.graphql.codegen" version "5.9.1-SNAPSHOT"
88
}
99

0 commit comments

Comments
 (0)