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 {
3939 ext. maven_name= ' AtPlug test harness'
4040 dependencies {
4141 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 "
4343 implementation project(' :atplug-runtime' )
4444 }
4545 } else if (it. name == ' atplug-plugin-gradle' ) {
@@ -48,7 +48,7 @@ subprojects {
4848 dependencies {
4949 implementation " org.ow2.asm:asm:9.8"
5050 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 '
5252 testImplementation ' org.assertj:assertj-core:3.27.3'
5353 }
5454 tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments