Skip to content

Commit

Permalink
chore(deps): update kotlin to v1.8.22
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and kosmoz committed Jun 13, 2023
1 parent 5e1e572 commit 87beba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
kotlin("jvm") version "1.8.21"
kotlin("kapt") version "1.8.21"
kotlin("plugin.spring") version "1.8.21"
kotlin("jvm") version "1.8.22"
kotlin("kapt") version "1.8.22"
kotlin("plugin.spring") version "1.8.22"
id("org.jlleitschuh.gradle.ktlint") version "11.4.0"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.springframework.boot") version "3.1.0"
Expand Down

0 comments on commit 87beba5

Please sign in to comment.