Skip to content

Commit

Permalink
[CORE-69]: Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171
Browse files Browse the repository at this point in the history
Bumps org.sonarqube from 5.1.0.4882 to 6.0.1.5171.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 4e4f828 commit 1661679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azureDatabaseUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.google.cloud.tools.jib" version "3.4.4"
id "de.undercouch.download" version "5.6.0"
id 'org.gradle.test-retry' version '1.6.0'
id "org.sonarqube" version "5.1.0.4882"
id "org.sonarqube" version "6.0.1.5171"
}

// constants visible to all .gradle files in this project
Expand Down
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "de.undercouch.download" version "5.6.0"
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.6.0'
id "org.sonarqube" version "5.1.0.4882"
id "org.sonarqube" version "6.0.1.5171"
id "au.com.dius.pact" version "4.6.16"
}

Expand Down

0 comments on commit 1661679

Please sign in to comment.