Skip to content

Commit

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

Updates `kotlin-bom` from 1.7.21 to 1.7.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.21...v1.7.22)

Updates `kotlin-maven-plugin` from 1.7.21 to 1.7.22

---
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] authored Dec 10, 2022
1 parent aa54664 commit 083f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<junit.version>4.13.2</junit.version>
<kotlin-logging.version>3.0.4</kotlin-logging.version>
<kotlin.compiler.jvmTarget>${java.target.version}</kotlin.compiler.jvmTarget>
<kotlin.version>1.7.21</kotlin.version>
<kotlin.version>1.7.22</kotlin.version>
<ktlint-maven-plugin.version>1.15.2</ktlint-maven-plugin.version>
<license-maven-plugin.version>2.0.0</license-maven-plugin.version>
<logback-classic.version>1.3.5</logback-classic.version>
Expand Down

0 comments on commit 083f7bb

Please sign in to comment.