Skip to content

Commit 3bba375

Browse files
Upgrade Kotlin to 1.9.24
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Mandrikov <[email protected]>
1 parent 4d23aae commit 3bba375

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ updates:
2323
labels:
2424
- "dependencies"
2525
- "component: test"
26-
- "language: kotlin"
26+
- "language: Kotlin"
2727
allow:
2828
- dependency-name: "org.jetbrains.kotlin:*"

org.jacoco.core.test.validation.kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<name>JaCoCo :: Test :: Core :: Validation Kotlin</name>
2626

2727
<properties>
28-
<kotlin.version>1.9.23</kotlin.version>
28+
<kotlin.version>1.9.24</kotlin.version>
2929
</properties>
3030

3131
<dependencies>

org.jacoco.core.test.validation/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
</property>
477477
</activation>
478478
<properties>
479-
<!-- Kotlin 1.9.23 doesn't support compilation into 22 -->
479+
<!-- Kotlin 1.9.24 doesn't support compilation into 22 -->
480480
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
481481
<!-- Groovy 3.0.20 does not support compilation into 22 -->
482482
<groovy.targetBytecode>16</groovy.targetBytecode>
@@ -507,7 +507,7 @@
507507
</property>
508508
</activation>
509509
<properties>
510-
<!-- Kotlin 1.9.23 doesn't support compilation into 23 -->
510+
<!-- Kotlin 1.9.24 doesn't support compilation into 23 -->
511511
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
512512
<!-- Groovy 3.0.20 does not support compilation into 23 -->
513513
<groovy.targetBytecode>16</groovy.targetBytecode>

0 commit comments

Comments
 (0)