File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.12.2"
42
- implementation " org.jetbrains.kotlin:kotlin-reflect:2.1.0 "
42
+ implementation " org.jetbrains.kotlin:kotlin-reflect:2.1.21 "
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.8"
50
50
implementation ' com.diffplug.gradle:goomph:4.3.0'
51
- implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 '
51
+ implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 '
52
52
testImplementation ' org.assertj:assertj-core:3.27.3'
53
53
}
54
54
tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments