Skip to content

Commit b5373b3

Browse files
build(deps): bump kotlin.version from 2.1.20 to 2.1.21
Bumps `kotlin.version` from 2.1.20 to 2.1.21. Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.20 to 2.1.21 Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin:kotlin-stdlib-common` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.1.21 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d8e4cf commit b5373b3

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
@@ -117,7 +117,7 @@
117117
<maven-compiler-plugin.release>17</maven-compiler-plugin.release>
118118

119119
<!-- Configuration of mutiny-kotlin module -->
120-
<kotlin.version>2.1.20</kotlin.version>
120+
<kotlin.version>2.1.21</kotlin.version>
121121
<kotlin.compiler.apiVersion>1.8</kotlin.compiler.apiVersion>
122122
<kotlin.compiler.languageVersion>1.8</kotlin.compiler.languageVersion>
123123
<coroutines.version>1.10.2</coroutines.version>

0 commit comments

Comments
 (0)