Skip to content

Commit 84050f5

Browse files
Update plugin org.jetbrains.kotlin.jvm to v1.7.22 (#779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JoeWoo <[email protected]>
1 parent 5cb6908 commit 84050f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ buildscript {
3030
versioningPluginVersion = '2.15.1'
3131
versionsPluginVersion = '0.44.0'
3232

33-
kotlinVersion = "1.6.21"
33+
// https://github.com/JetBrains/kotlin/releases
34+
kotlinVersion = "1.7.22"
3435
}
3536
}
3637

@@ -185,6 +186,7 @@ allprojects { project ->
185186
mavenBom "com.google.guava:guava-bom:${guavaVersion}"
186187
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
187188
mavenBom "org.junit:junit-bom:5.9.1"
189+
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
188190
}
189191
}
190192

0 commit comments

Comments
 (0)