Skip to content

Commit 7f37ab9

Browse files
Bump kotlin.version from 2.2.0 to 2.2.20 (#446)
Bumps `kotlin.version` from 2.2.0 to 2.2.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.20) Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.0 to 2.2.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.20 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.20 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 9758f94 commit 7f37ab9

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
@@ -42,7 +42,7 @@
4242
<junit.version>5.13.4</junit.version>
4343
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
4444
<maven.javadoc.plugin.version>3.12.0</maven.javadoc.plugin.version>
45-
<kotlin.version>2.2.0</kotlin.version>
45+
<kotlin.version>2.2.21</kotlin.version>
4646
<checkstyle.maven.plugin.version>3.6.0</checkstyle.maven.plugin.version>
4747
<checkstyle.version>10.26.1</checkstyle.version>
4848
</properties>

0 commit comments

Comments
 (0)