Skip to content

Commit

Permalink
Merge pull request #218 from raynigon/dependabot/gradle/kapt-1.9.23
Browse files Browse the repository at this point in the history
Bump kapt from 1.9.22 to 1.9.23
  • Loading branch information
raynigon committed May 2, 2024
2 parents c976bee + ac7242e commit 9dbd402
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 @@ -35,7 +35,7 @@ plugins {
kotlin("jvm") version "1.9.10"
kotlin("plugin.spring") version "1.9.23"
kotlin("plugin.jpa") version "1.9.20"
kotlin("kapt") version "1.9.22"
kotlin("kapt") version "1.9.23"

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

0 comments on commit 9dbd402

Please sign in to comment.