Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.kapt from 1.5.31 to 1.9.22 in /hub-backend
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin.kapt](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.9.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.5.31...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 1c62afc commit 6987e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.5.31"
kotlin("plugin.serialization") version "1.5.31"
id("org.jetbrains.kotlin.kapt") version "1.5.31"
id("org.jetbrains.kotlin.kapt") version "1.9.22"
id("org.jmailen.kotlinter") version "3.4.0"
application
}
Expand Down

0 comments on commit 6987e91

Please sign in to comment.