Skip to content

Commit 726fabe

Browse files
Bump kotlin.version from 1.9.21 to 1.9.22 (#1039)
Bumps `kotlin.version` from 1.9.21 to 1.9.22. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.21 to 1.9.22 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e040213 commit 726fabe

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
@@ -52,7 +52,7 @@
5252
<javac.target>1.8</javac.target>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
<junit.version>5.10.1</junit.version>
55-
<kotlin.version>1.9.21</kotlin.version>
55+
<kotlin.version>1.9.22</kotlin.version>
5656
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
5757
</properties>
5858

0 commit comments

Comments
 (0)