Skip to content

Commit a12642a

Browse files
committed
build: updated sonar
1 parent 01eb1a1 commit a12642a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/code-info/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// regardless of the specific projects and languages
44
plugins {
55
`kotlin-dsl` // To compile the plugin code
6-
id("org.sonarqube") version "5.0.0.4638"
6+
id("org.sonarqube") version "7.2.2.6593"
77
}
88

99
dependencies {
10-
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.0.0.4638")
10+
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.2.2.6593")
1111
}

0 commit comments

Comments
 (0)