We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4384e5c + ee3f902 commit 46ffe0aCopy full SHA for 46ffe0a
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