Skip to content

Bump kotlin.version from 1.6.0 to 2.1.0 #1157

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

Closed
wants to merge 1 commit into from
Closed
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 kotlin-apache-kafka/pom.xml
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@
</build>

<properties>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<testcontainers.version>1.19.8</testcontainers.version>
<kafka.version>3.7.1</kafka.version>
<slf4j.version>2.0.5</slf4j.version>
2 changes: 1 addition & 1 deletion kotlin-kotest/kotest-spring/pom.xml
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@
</build>

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<spring-boot.version>3.0.1</spring-boot.version>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
<kotest.version>1.1.3</kotest.version>
2 changes: 1 addition & 1 deletion kotlin-kover/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.20</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
2 changes: 1 addition & 1 deletion kotlin-native/pom.xml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
</profiles>

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

</project>
2 changes: 1 addition & 1 deletion kotlin-openapi/pom.xml
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@
</build>

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<openapi-generator-maven-plugin.version>7.6.0</openapi-generator-maven-plugin.version>
<spring-doc.version>1.8.0</spring-doc.version>
</properties>
2 changes: 1 addition & 1 deletion kotlin-performance-vs-java/pom.xml
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
</build>

<properties>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
<jmh.version>1.37</jmh.version>
2 changes: 1 addition & 1 deletion kotlin-self-executable-jar/kotlin-executable-jar/pom.xml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@
</build>

<properties>
<kotlin.version>1.6.0</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<ktor.version>1.6.5</ktor.version>
<logback.version>1.2.13</logback.version>
</properties>
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@
</build>

<properties>
<kotlin.version>1.8.22</kotlin.version> <!-- Updating to latest Kotlin version breaks test -->
<kotlin.version>2.1.0</kotlin.version> <!-- Updating to latest Kotlin version breaks test -->
</properties>

</project>
2 changes: 1 addition & 1 deletion kotlin-yaml/pom.xml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
</build>

<properties>
<kotlin.version>1.8.0</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<serialization.version>1.5.0</serialization.version>
<serialization.jvm.version>1.5.0</serialization.jvm.version>
<kaml-jvm.version>0.58.0</kaml-jvm.version>
2 changes: 1 addition & 1 deletion ktlint-custom/pom.xml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@
</build>

<properties>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<pinterest.ktlint.version>1.0.1</pinterest.ktlint.version>
<java.version>11</java.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -793,7 +793,7 @@
</profiles>

<properties>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlinx.version>1.7.1</kotlinx.version>
<ktlint-cli.version>1.0.1</ktlint-cli.version>

2 changes: 1 addition & 1 deletion quarkus-modules/quarkus-kotlin/pom.xml
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@

<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2 changes: 1 addition & 1 deletion spring-boot-kotlin-2/pom.xml
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@
</build>

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<httpclient5.version>5.4</httpclient5.version>
</properties>