Skip to content

Commit

Permalink
Merge branch 'main' into renovate/org.sonarsource.scanner.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland committed Nov 2, 2022
2 parents 5132ca2 + 441501d commit 5427243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codyze-v2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

id("org.jsonschema2dataclass") version "4.5.0"

id("org.sonarqube") version "3.4.0.2513"
id("org.sonarqube") version "3.5.0.2730"
id("com.diffplug.spotless") version "6.11.0"
id("com.github.hierynomus.license") version "0.16.1"

Expand Down
2 changes: 1 addition & 1 deletion codyze-v3/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ cpg = ["cpg-core", "cpg-analysis"]
[plugins]
kotlinxSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
sonarqube = { id = "org.sonarqube", version = "3.4.0.2513" }
sonarqube = { id = "org.sonarqube", version = "3.5.0.2730" }
spotless = { id = "com.diffplug.spotless", version = "6.11.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }

0 comments on commit 5427243

Please sign in to comment.