File tree 3 files changed +4
-4
lines changed
org.jacoco.core.test.validation
org.jacoco.core.test.validation.kotlin
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ updates:
23
23
labels :
24
24
- " dependencies"
25
25
- " component: test"
26
- - " language: kotlin "
26
+ - " language: Kotlin "
27
27
allow :
28
28
- dependency-name : " org.jetbrains.kotlin:*"
Original file line number Diff line number Diff line change 25
25
<name >JaCoCo :: Test :: Core :: Validation Kotlin</name >
26
26
27
27
<properties >
28
- <kotlin .version>1.9.23 </kotlin .version>
28
+ <kotlin .version>1.9.24 </kotlin .version>
29
29
</properties >
30
30
31
31
<dependencies >
Original file line number Diff line number Diff line change 476
476
</property >
477
477
</activation >
478
478
<properties >
479
- <!-- Kotlin 1.9.23 doesn't support compilation into 22 -->
479
+ <!-- Kotlin 1.9.24 doesn't support compilation into 22 -->
480
480
<kotlin .compiler.jvmTarget>21</kotlin .compiler.jvmTarget>
481
481
<!-- Groovy 3.0.20 does not support compilation into 22 -->
482
482
<groovy .targetBytecode>16</groovy .targetBytecode>
507
507
</property >
508
508
</activation >
509
509
<properties >
510
- <!-- Kotlin 1.9.23 doesn't support compilation into 23 -->
510
+ <!-- Kotlin 1.9.24 doesn't support compilation into 23 -->
511
511
<kotlin .compiler.jvmTarget>21</kotlin .compiler.jvmTarget>
512
512
<!-- Groovy 3.0.20 does not support compilation into 23 -->
513
513
<groovy .targetBytecode>16</groovy .targetBytecode>
You can’t perform that action at this time.
0 commit comments