Skip to content
Open
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.32 to 1.7.0
Bumps `kotlin.version` from 1.4.32 to 1.7.0.

Updates `kotlin-stdlib` from 1.4.32 to 1.7.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.7.0)

Updates `kotlin-stdlib-jdk8` from 1.4.32 to 1.7.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.7.0)

Updates `kotlin-reflect` from 1.4.32 to 1.7.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.7.0)

Updates `kotlin-maven-plugin` from 1.4.32 to 1.7.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2022
commit 2e667986e794fdda71a2fdac9bc118b2452dfa84
2 changes: 1 addition & 1 deletion modules/jooby-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<jsr305.version>3.0.2</jsr305.version>
<junit.version>5.8.1</junit.version>
<kafka.version>2.7.0</kafka.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.version>1.7.0</kotlin.version>
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
<lettuce.version>6.1.6.RELEASE</lettuce.version>
<license-maven-plugin.version>4.1</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 @@ -108,7 +108,7 @@
<unbescape.version>1.1.6.RELEASE</unbescape.version>

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

Expand Down