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.6.0 to 2.0.21 #1146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 kotlin-apache-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</build>

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

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.21</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>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-kover/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</profiles>

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

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

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.21</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>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-performance-vs-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</build>

<properties>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>2.0.21</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>
Expand Down
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
Expand Up @@ -77,7 +77,7 @@
</build>

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

<properties>
<kotlin.version>1.8.22</kotlin.version> <!-- Updating to latest Kotlin version breaks test -->
<kotlin.version>2.0.21</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
Expand Up @@ -68,7 +68,7 @@
</build>

<properties>
<kotlin.version>1.8.0</kotlin.version>
<kotlin.version>2.0.21</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>
Expand Down
2 changes: 1 addition & 1 deletion ktlint-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</build>

<properties>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>2.0.21</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>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-kotlin-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</build>

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

Expand Down