Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump kotlin.version from 1.8.0 to 1.8.21 #540

Merged
merged 2 commits into from
May 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): bump kotlin.version from 1.8.0 to 1.8.21
Bumps `kotlin.version` from 1.8.0 to 1.8.21.

Updates `kotlin-stdlib` from 1.8.0 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.21)

Updates `kotlin-maven-plugin` from 1.8.0 to 1.8.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
commit d4069594dbba16b888a7c593281a584bf5d94016
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin.scala.version>4.8.0</plugin.scala.version>

<akka.version>2.6.20</akka.version>
<kotlin.version>1.8.0</kotlin.version>
<kotlin.version>1.8.21</kotlin.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<mockito.version>4.10.0</mockito.version>
Expand Down