Skip to content

Commit

Permalink
Bump jvm from 1.8.10 to 1.8.20 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ImFlog <garcia.florian.perso@gmail.com>
  • Loading branch information
dependabot[bot] and ImFlog authored Apr 7, 2023
1 parent 8461989 commit 4354ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "1.9.2-SNAPSHOT"


plugins {
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.8.20"
id("java-gradle-plugin")
id("com.gradle.plugin-publish") version "1.1.0"
id("maven-publish")
Expand All @@ -17,7 +17,7 @@ repositories {
}

// Dependencies versions
val kotlinVersion = "1.8.10"
val kotlinVersion = "1.8.20"
val confluentVersion = "7.3.1"
dependencies {
implementation(gradleApi())
Expand Down

0 comments on commit 4354ec8

Please sign in to comment.