We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dac86 commit ee3f902Copy full SHA for ee3f902
1 file changed
build.gradle
@@ -39,7 +39,7 @@ subprojects {
39
ext.maven_name='AtPlug test harness'
40
dependencies {
41
compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.2"
42
- implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
+ implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.21"
43
implementation project(':atplug-runtime')
44
}
45
} else if (it.name == 'atplug-plugin-gradle') {
@@ -48,7 +48,7 @@ subprojects {
48
49
implementation "org.ow2.asm:asm:9.8"
50
implementation 'com.diffplug.gradle:goomph:4.3.0'
51
- implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0'
+ implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21'
52
testImplementation 'org.assertj:assertj-core:3.27.3'
53
54
tasks.named('test') {
0 commit comments