Skip to content

Commit

Permalink
Bump org.sonarqube from 5.1.0.4882 to 6.0.0.5145 (#4467)
Browse files Browse the repository at this point in the history
* Bump org.sonarqube from 5.1.0.4882 to 6.0.0.5145

Bumps org.sonarqube from 5.1.0.4882 to 6.0.0.5145.

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Nov 28, 2024
1 parent 9a7ba10 commit 72e001b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("org.sonarqube") version "5.1.0.4882" apply false
id("org.sonarqube") version "6.0.0.5145" apply false
`kotlin-dsl`
}

Expand All @@ -12,5 +12,5 @@ repositories {

dependencies {
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.4")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.1.0.4882")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.0.0.5145")
}

0 comments on commit 72e001b

Please sign in to comment.