Skip to content

Commit

Permalink
Update non-major gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent ad13acf commit 1b80ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.10"
kotlin("jvm") version "2.0.20"

// quality
`jacoco-report-aggregation`
Expand All @@ -23,7 +23,7 @@ plugins {

// publishing
signing
id("com.gradle.plugin-publish") version "1.2.1"
id("com.gradle.plugin-publish") version "1.2.2"
id("org.jetbrains.changelog") version "2.2.1"
}

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.10"
kotlin("jvm") version "2.0.20"
}

repositories {
Expand Down

0 comments on commit 1b80ac9

Please sign in to comment.