Skip to content

Commit

Permalink
Upgrade Kotlin to 1.9.24
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny Mandrikov <mandrikov@gmail.com>
  • Loading branch information
dependabot[bot] and Godin committed May 8, 2024
1 parent 4d23aae commit 3bba375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -23,6 +23,6 @@ updates:
labels:
- "dependencies"
- "component: test"
- "language: kotlin"
- "language: Kotlin"
allow:
- dependency-name: "org.jetbrains.kotlin:*"
2 changes: 1 addition & 1 deletion org.jacoco.core.test.validation.kotlin/pom.xml
Expand Up @@ -25,7 +25,7 @@
<name>JaCoCo :: Test :: Core :: Validation Kotlin</name>

<properties>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.core.test.validation/pom.xml
Expand Up @@ -476,7 +476,7 @@
</property>
</activation>
<properties>
<!-- Kotlin 1.9.23 doesn't support compilation into 22 -->
<!-- Kotlin 1.9.24 doesn't support compilation into 22 -->
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<!-- Groovy 3.0.20 does not support compilation into 22 -->
<groovy.targetBytecode>16</groovy.targetBytecode>
Expand Down Expand Up @@ -507,7 +507,7 @@
</property>
</activation>
<properties>
<!-- Kotlin 1.9.23 doesn't support compilation into 23 -->
<!-- Kotlin 1.9.24 doesn't support compilation into 23 -->
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<!-- Groovy 3.0.20 does not support compilation into 23 -->
<groovy.targetBytecode>16</groovy.targetBytecode>
Expand Down

0 comments on commit 3bba375

Please sign in to comment.