Skip to content

Commit

Permalink
Update to Kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Sep 25, 2022
1 parent 028422f commit 40f98a9
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 @@ -9,7 +9,7 @@ version = "2.7.4"
java.sourceCompatibility = JavaVersion.VERSION_1_8

plugins {
val kotlinVersion = "1.7.0"
val kotlinVersion = "1.7.10"
id("org.springframework.boot") version "2.7.4"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
id("com.google.cloud.tools.jib") version "3.1.4"
Expand Down

0 comments on commit 40f98a9

Please sign in to comment.