Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kotlin.version from 1.9.23 to 1.9.24 in /org.jacoco.core.test.validation.kotlin #1619

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
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
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>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
Original file line number Diff line number Diff line change
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