File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ subprojects {
39
39
ext. maven_name= ' AtPlug test harness'
40
40
dependencies {
41
41
compileOnly " org.junit.jupiter:junit-jupiter-api:5.11.4"
42
- implementation " org.jetbrains.kotlin:kotlin-reflect:2.1.0 "
42
+ implementation " org.jetbrains.kotlin:kotlin-reflect:2.1.10 "
43
43
implementation project(' :atplug-runtime' )
44
44
}
45
45
} else if (it. name == ' atplug-plugin-gradle' ) {
@@ -48,7 +48,7 @@ subprojects {
48
48
dependencies {
49
49
implementation " org.ow2.asm:asm:9.7.1"
50
50
implementation ' com.diffplug.gradle:goomph:4.2.0'
51
- implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 '
51
+ implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 '
52
52
testImplementation ' org.assertj:assertj-core:3.27.3'
53
53
}
54
54
tasks. named(' test' ) {
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
20
20
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
21
21
id ' org.jetbrains.dokka' version ' 1.9.20' apply false
22
22
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23
- id ' org.jetbrains.kotlin.jvm' version ' 2.1.0 ' apply false
23
+ id ' org.jetbrains.kotlin.jvm' version ' 2.1.10 ' apply false
24
24
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25
- id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.1.0 ' apply false
25
+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.1.10 ' apply false
26
26
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27
- id ' org.jetbrains.kotlin.multiplatform' version ' 2.1.0 ' apply false
27
+ id ' org.jetbrains.kotlin.multiplatform' version ' 2.1.10 ' apply false
28
28
// https://github.com/adamko-dev/dokkatoo/releases
29
29
id ' dev.adamko.dokkatoo-html' version ' 2.4.0' apply false
30
30
}
You can’t perform that action at this time.
0 commit comments