Skip to content

Commit c3aecdd

Browse files
fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v5
1 parent 5f98043 commit c3aecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object PluginLibs {
55
object Version {
66

77
const val jvm = "1.5.31"
8-
const val sonarQube = "3.3"
8+
const val sonarQube = "5.1.0.4882"
99

1010
const val nexusPublish = "1.3.0"
1111
const val gradlePluginPublish = "1.2.0"

0 commit comments

Comments
 (0)