Skip to content

Commit d6ba6db

Browse files
Bump kotlin.version from 1.3.71 to 1.3.72
Bumps `kotlin.version` from 1.3.71 to 1.3.72. Updates `kotlin-stdlib` from 1.3.71 to 1.3.72 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.3.71...v1.3.72) Updates `kotlin-stdlib-jdk8` from 1.3.71 to 1.3.72 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.3.71...v1.3.72) Updates `kotlin-reflect` from 1.3.71 to 1.3.72 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.3.71...v1.3.72) Updates `kotlin-maven-plugin` from 1.3.71 to 1.3.72 Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c968611 commit d6ba6db

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
@@ -61,7 +61,7 @@
6161
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
6262
<jsr305.version>3.0.2</jsr305.version>
6363
<junit.version>5.6.0</junit.version>
64-
<kotlin.version>1.3.71</kotlin.version>
64+
<kotlin.version>1.3.72</kotlin.version>
6565
<kotlinx-coroutines-core.version>1.3.3</kotlinx-coroutines-core.version>
6666
<license-maven-plugin.version>3.0</license-maven-plugin.version>
6767
<log4j.version>2.13.1</log4j.version>

pom.xml

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

9797
<!-- Kotlin -->
98-
<kotlin.version>1.3.71</kotlin.version>
98+
<kotlin.version>1.3.72</kotlin.version>
9999
<kotlinx-coroutines-core.version>1.3.3</kotlinx-coroutines-core.version>
100100

101101
<!-- Test dependencies -->

0 commit comments

Comments
 (0)