Skip to content

Commit 8370f56

Browse files
Bump kapt from 2.2.0 to 2.2.21
Bumps [kapt](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.21) --- updated-dependencies: - dependency-name: kapt dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d47eb3 commit 8370f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ plugins {
3535
kotlin("jvm") version "2.2.20"
3636
kotlin("plugin.spring") version "2.2.0"
3737
kotlin("plugin.jpa") version "2.1.20"
38-
kotlin("kapt") version "2.2.0"
38+
kotlin("kapt") version "2.2.21"
3939

4040
// Dokka
4141
id("org.jetbrains.dokka") version "2.0.0"

0 commit comments

Comments
 (0)