Skip to content

Commit b3a637d

Browse files
authored
Merge pull request #247 from graphql-java/dependabot/gradle/org.jetbrains.kotlin.jvm-2.2.21
Bump org.jetbrains.kotlin.jvm from 2.2.20 to 2.2.21
2 parents 9812f98 + ae3af9f commit b3a637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id "io.github.reyerizo.gradle.jcstress" version "0.8.15"
2020

2121
// Kotlin just for tests - not production code
22-
id 'org.jetbrains.kotlin.jvm' version '2.2.20'
22+
id 'org.jetbrains.kotlin.jvm' version '2.2.21'
2323
}
2424

2525
java {

0 commit comments

Comments
 (0)