Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Bump kotlin.version from 1.4.31 to 1.5.0
Bumps `kotlin.version` from 1.4.31 to 1.5.0.

Updates `kotlin-stdlib` from 1.4.31 to 1.5.0
- [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 `kotlin-stdlib-jdk8` from 1.4.31 to 1.5.0
- [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 `kotlin-reflect` from 1.4.31 to 1.5.0
- [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 `kotlin-maven-plugin` from 1.4.31 to 1.5.0

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2021
commit b908fe6e24af11ca0389967ab9bbd1ff851b0ead
2 changes: 1 addition & 1 deletion modules/jooby-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<jsr305.version>3.0.2</jsr305.version>
<junit.version>5.7.1</junit.version>
<kafka.version>2.7.0</kafka.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.version>1.5.0</kotlin.version>
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
<lettuce.version>6.1.1.RELEASE</lettuce.version>
<license-maven-plugin.version>3.0</license-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<unbescape.version>1.1.6.RELEASE</unbescape.version>

<!-- Kotlin -->
<kotlin.version>1.4.32</kotlin.version>
<kotlin.version>1.5.0</kotlin.version>
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

Expand Down