Skip to content

Commit

Permalink
Bump kapt from 1.7.21 to 1.7.22
Browse files Browse the repository at this point in the history
Bumps [kapt](https://github.com/JetBrains/kotlin) 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)

---
updated-dependencies:
- dependency-name: kapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 29, 2022
1 parent 1b60e59 commit 24338e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
kotlin("jvm") version "1.7.21"
kotlin("plugin.spring") version "1.7.21"
kotlin("plugin.jpa") version "1.7.21"
kotlin("kapt") version "1.7.21"
kotlin("kapt") version "1.7.22"

// Dokka
id("org.jetbrains.dokka") version "1.7.20"
Expand Down

0 comments on commit 24338e1

Please sign in to comment.