Skip to content

Commit

Permalink
Bump kotlin plugins version to 1.7.20 (#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 3, 2022
1 parent 16124b2 commit 2798d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/spring-boot-kotlin-redis/build.gradle
@@ -1,7 +1,7 @@
plugins {
id("org.springframework.boot") version "2.7.4"
id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.10"
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.20"
}

apply plugin: 'io.spring.dependency-management'
Expand Down

0 comments on commit 2798d34

Please sign in to comment.