Skip to content

Commit b96d9d9

Browse files
Bump kotlin.version from 2.2.20 to 2.2.21 (#1228)
Bumps `kotlin.version` from 2.2.20 to 2.2.21. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.20 to 2.2.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.21 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97055d1 commit b96d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<javac.target>1.8</javac.target>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<junit.version>5.13.4</junit.version>
49-
<kotlin.version>2.2.20</kotlin.version>
49+
<kotlin.version>2.2.21</kotlin.version>
5050
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
5151
</properties>
5252

0 commit comments

Comments
 (0)