Skip to content

Commit fbe6384

Browse files
build(deps): bump kotlin.version from 1.4.20 to 1.4.21
Bumps `kotlin.version` from 1.4.20 to 1.4.21. Updates `kotlin-stdlib` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.20...v1.4.21) Updates `kotlin-stdlib-jdk8` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.20...v1.4.21) Updates `kotlin-reflect` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.20...v1.4.21) Updates `kotlin-maven-plugin` from 1.4.20 to 1.4.21 Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 79a012f commit fbe6384

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0</junit.version>
6767
<kafka.version>2.7.0</kafka.version>
68-
<kotlin.version>1.4.20</kotlin.version>
68+
<kotlin.version>1.4.21</kotlin.version>
6969
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
7070
<lettuce.version>6.0.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
@@ -103,7 +103,7 @@
103103
<unbescape.version>1.1.6.RELEASE</unbescape.version>
104104

105105
<!-- Kotlin -->
106-
<kotlin.version>1.4.20</kotlin.version>
106+
<kotlin.version>1.4.21</kotlin.version>
107107
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
108108

109109
<!-- Test dependencies -->

0 commit comments

Comments
 (0)