Skip to content

Commit 5f7f915

Browse files
Bump kotlin.version from 1.7.21 to 2.0.0 (#2979)
* Bump kotlin.version from 1.7.21 to 1.9.25 Bumps `kotlin.version` from 1.7.21 to 1.9.25. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.7.21 to 1.9.25 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.9.25) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.7.21 to 1.9.25 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Minimum language and api level is now 1.4 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tihomir Mateev <[email protected]>
1 parent 4322b4f commit 5f7f915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<junit5.version>5.10.2</junit5.version>
6262
<hamcrest-library.version>2.2</hamcrest-library.version>
6363
<hdr-histogram.version>2.2.2</hdr-histogram.version>
64-
<kotlin.version>1.7.21</kotlin.version>
64+
<kotlin.version>2.0.0</kotlin.version>
6565
<kotlinx-coroutines.version>1.5.2</kotlinx-coroutines.version>
6666
<latencyutils.version>2.0.3</latencyutils.version>
6767
<log4j2-version>2.24.0</log4j2-version>
@@ -801,8 +801,8 @@
801801
<artifactId>kotlin-maven-plugin</artifactId>
802802
<configuration>
803803
<jvmTarget>1.8</jvmTarget>
804-
<languageVersion>1.3</languageVersion>
805-
<apiVersion>1.3</apiVersion>
804+
<languageVersion>1.4</languageVersion>
805+
<apiVersion>1.4</apiVersion>
806806
<args>
807807
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
808808
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi

0 commit comments

Comments
 (0)