File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/workflows/test-gradle-project-using-bindings-server Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import java.net.URI
2
2
3
3
plugins {
4
- kotlin(" jvm" ) version " 2.2.0 "
4
+ kotlin(" jvm" ) version " 2.2.10 "
5
5
}
6
6
7
7
repositories {
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
4
`kotlin- dsl`
5
- kotlin(" jvm" ) version " 2.2.0 "
5
+ kotlin(" jvm" ) version " 2.2.10 "
6
6
}
7
7
8
8
dependencies {
9
- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.2.0 " ))
9
+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.2.10 " ))
10
10
11
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0 " )
12
- implementation(" org.jetbrains.kotlin:kotlin-serialization:2.2.0 " )
11
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 " )
12
+ implementation(" org.jetbrains.kotlin:kotlin-serialization:2.2.10 " )
13
13
14
14
implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" )
15
15
implementation(" org.jmailen.gradle:kotlinter-gradle:5.1.1" )
You can’t perform that action at this time.
0 commit comments