Skip to content

Commit

Permalink
Update kotlin jvm version to 1.6.10 to remove vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cset00 committed Apr 6, 2022
1 parent 6b729d0 commit d9cce5e
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 @@ -2,7 +2,7 @@ val kafkaVersion = "2.8.1"

plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.5.0"
id("org.jetbrains.kotlin.jvm") version "1.6.10"

// Add ktlint
id("org.jmailen.kotlinter") version "3.6.0"
Expand Down

0 comments on commit d9cce5e

Please sign in to comment.