aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-08 22:33:58 +0200
committerGitHub <noreply@github.com>2024-05-08 22:33:58 +0200
commit3bba375e0cb6416efa1a3e3682a7d83cc75a3da8 (patch)
treef757bfbb08528ad31737265d6e6a5cd139304dcc
parent4d23aae2859e4010da0a3d5c3ff74e3e9c427548 (diff)
downloadjacoco-upstream-master.tar.gz
Upgrade Kotlin to 1.9.24upstream-master
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Mandrikov <mandrikov@gmail.com>
-rw-r--r--.github/dependabot.yml2
-rw-r--r--org.jacoco.core.test.validation.kotlin/pom.xml2
-rw-r--r--org.jacoco.core.test.validation/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2983a7be..0cdb0983 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,6 @@ updates:
labels:
- "dependencies"
- "component: test"
- - "language: kotlin"
+ - "language: Kotlin"
allow:
- dependency-name: "org.jetbrains.kotlin:*"
diff --git a/org.jacoco.core.test.validation.kotlin/pom.xml b/org.jacoco.core.test.validation.kotlin/pom.xml
index 00f7845a..4d6143ec 100644
--- a/org.jacoco.core.test.validation.kotlin/pom.xml
+++ b/org.jacoco.core.test.validation.kotlin/pom.xml
@@ -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>
diff --git a/org.jacoco.core.test.validation/pom.xml b/org.jacoco.core.test.validation/pom.xml
index c6526019..5f1b6b45 100644
--- a/org.jacoco.core.test.validation/pom.xml
+++ b/org.jacoco.core.test.validation/pom.xml
@@ -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>
@@ -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>