Skip to content

Commit

Permalink
Bump kotlin.version from 1.6.10 to 1.6.20
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.6.10 to 1.6.20.

Updates `kotlin-bom` from 1.6.10 to 1.6.20
- [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.6.10 to 1.6.20

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2022
1 parent 49f1f8d commit f5d00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
<junit.version>4.13.2</junit.version>
<kotlin-logging.version>2.1.21</kotlin-logging.version>
<kotlin.compiler.jvmTarget>${java.target.version}</kotlin.compiler.jvmTarget>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>1.6.20</kotlin.version>
<ktlint-maven-plugin.version>1.13.0</ktlint-maven-plugin.version>
<license-maven-plugin.version>2.0.0</license-maven-plugin.version>
<logback-classic.version>1.2.11</logback-classic.version>
Expand Down

0 comments on commit f5d00c1

Please sign in to comment.