Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 1f49e76 commit 8e4b205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ buildscript {
plugins {
id("org.springframework.boot") version "2.5.4"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
id("org.jetbrains.kotlin.kapt") version "1.5.30"
id("org.jetbrains.kotlin.kapt") version "1.9.24"
id("com.google.cloud.tools.jib") version "3.1.4"
id("com.diffplug.spotless") version "5.14.2"
kotlin("jvm") version "1.5.20"
kotlin("plugin.spring") version "1.5.20"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
}

group = "org.codefreak.cloud"
Expand Down

0 comments on commit 8e4b205

Please sign in to comment.