Skip to content

Commit b908fe6

Browse files
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>
1 parent 970a4f4 commit b908fe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/jooby-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<jsr305.version>3.0.2</jsr305.version>
6666
<junit.version>5.7.1</junit.version>
6767
<kafka.version>2.7.0</kafka.version>
68-
<kotlin.version>1.4.32</kotlin.version>
68+
<kotlin.version>1.5.0</kotlin.version>
6969
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
7070
<lettuce.version>6.1.1.RELEASE</lettuce.version>
7171
<license-maven-plugin.version>3.0</license-maven-plugin.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<unbescape.version>1.1.6.RELEASE</unbescape.version>
106106

107107
<!-- Kotlin -->
108-
<kotlin.version>1.4.32</kotlin.version>
108+
<kotlin.version>1.5.0</kotlin.version>
109109
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
110110
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
111111

0 commit comments

Comments
 (0)