Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mathze committed Aug 17, 2024
1 parent c266d7d commit ad13acf
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 @@ -9,7 +9,7 @@ import org.owasp.dependencycheck.reporting.ReportGenerator.Format

plugins {
// implementation
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.10"

// quality
`jacoco-report-aggregation`
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 "2.0.0"
kotlin("jvm") version "2.0.10"
}

repositories {
Expand Down

0 comments on commit ad13acf

Please sign in to comment.