Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 70a378e commit 44d6a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.owasp.dependencycheck.reporting.ReportGenerator.Format

plugins {
// implementation
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"

// quality
jacoco
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
}

repositories {
Expand Down

0 comments on commit 44d6a12

Please sign in to comment.