Skip to content

Commit 8e1c98a

Browse files
authored
Merge pull request #4234 from graphql-java/dependabot/gradle/org.jetbrains.kotlin.jvm-2.3.0
Bump org.jetbrains.kotlin.jvm from 2.2.21 to 2.3.0
2 parents a927013 + fc51ce6 commit 8e1c98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id "net.ltgt.errorprone" version '4.3.0'
2020
//
2121
// Kotlin just for tests - not production code
22-
id 'org.jetbrains.kotlin.jvm' version '2.2.21'
22+
id 'org.jetbrains.kotlin.jvm' version '2.3.0'
2323
}
2424

2525
java {

0 commit comments

Comments
 (0)