Skip to content

Commit dd0a8d9

Browse files
committed
Update Kotlin to 2.0.10
1 parent fb0009e commit dd0a8d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<cloudevents-api.version>3.0.0</cloudevents-api.version>
153153
<azure-functions-java-library.version>3.1.0</azure-functions-java-library.version>
154154
<azure-functions-java-spi.version>1.0.0</azure-functions-java-spi.version>
155-
<kotlin.version>2.0.0</kotlin.version>
155+
<kotlin.version>2.0.10</kotlin.version>
156156
<kotlin.coroutine.version>1.8.1</kotlin.coroutine.version>
157157
<azure.toolkit-lib.version>0.27.0</azure.toolkit-lib.version>
158158
<kotlin-serialization.version>1.7.1</kotlin-serialization.version>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- These properties are needed in order for them to be resolvable by the generated projects -->
2222
<compiler-plugin.version>${version.compiler.plugin}</compiler-plugin.version>
23-
<kotlin.version>2.0.0</kotlin.version>
23+
<kotlin.version>2.0.10</kotlin.version>
2424
<dokka.version>1.9.20</dokka.version>
2525
<scala.version>2.13.12</scala.version>
2626
<scala-maven-plugin.version>4.9.2</scala-maven-plugin.version>

extensions/schema-registry/confluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.jetbrains.kotlin</groupId>
2727
<artifactId>kotlin-scripting-compiler-embeddable</artifactId>
28-
<version>2.0.0</version>
28+
<version>2.0.10</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.json</groupId>

independent-projects/arc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- test versions -->
5353
<version.assertj>3.26.3</version.assertj>
5454
<version.junit5>5.10.3</version.junit5>
55-
<version.kotlin>2.0.0</version.kotlin>
55+
<version.kotlin>2.0.10</version.kotlin>
5656
<version.kotlin-coroutines>1.8.1</version.kotlin-coroutines>
5757
<version.mockito>5.12.0</version.mockito>
5858
<!-- TCK versions -->

integration-tests/kafka-json-schema-apicurio2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.jetbrains.kotlin</groupId>
2525
<artifactId>kotlin-scripting-compiler-embeddable</artifactId>
26-
<version>2.0.0</version>
26+
<version>2.0.10</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)