Skip to content

Commit

Permalink
Upgrade Kotlin to 2.1.10 (#1845)
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 authored Jan 27, 2025
1 parent 5334d9f commit 0b6e882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion org.jacoco.core.test.validation.kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>JaCoCo :: Test :: Core :: Validation Kotlin</name>

<properties>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.version>2.1.10</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 0 additions & 2 deletions org.jacoco.core.test.validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,7 @@
<maven.compiler.target>25</maven.compiler.target>
</properties>
<modules>
<!-- Kotlin compiler does not yet support Java 25 as runtime
<module>../org.jacoco.core.test.validation.kotlin</module>
-->
<module>../org.jacoco.core.test.validation.java7</module>
<module>../org.jacoco.core.test.validation.java8</module>
<module>../org.jacoco.core.test.validation.java14</module>
Expand Down

0 comments on commit 0b6e882

Please sign in to comment.