This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new d43e551bd0 Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171
d43e551bd0 is described below
commit d43e551bd0bc3c0bf2894fd1a06067e56271fd67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 28 01:04:45 2024 +0000
Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171
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]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 7a3e026dd8..2a4baa5027 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.blindpirate.osgi' version '0.0.7'
id 'com.github.jk1.dependency-license-report' version '2.9'
- id 'org.sonarqube' version '5.1.0.4882'
+ id 'org.sonarqube' version '6.0.1.5171'
id 'org.apache.groovy-core'
id 'java-test-fixtures'
id 'org.apache.groovy-jacoco-aggregation'