Skip to content

Commit 982531a

Browse files
Bump kotlin.version from 2.1.21 to 2.2.0
Bumps `kotlin.version` from 2.1.21 to 2.2.0. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.1.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.1.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.21 to 2.2.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9cbd2c commit 982531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<description>Feign Kotlin</description>
3131

3232
<properties>
33-
<kotlin.version>2.1.21</kotlin.version>
33+
<kotlin.version>2.2.0</kotlin.version>
3434
<kotlinx.coroutines.version>1.10.2</kotlinx.coroutines.version>
3535
</properties>
3636

0 commit comments

Comments
 (0)