aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi Koscianski Vidal <davi.koscianski-vidal@sonarsource.com>2025-03-10 10:20:16 +0100
committersonartech <sonartech@sonarsource.com>2025-03-12 20:03:05 +0000
commitba2ed9d9d8878b88ecf69037d41aad211d5a4824 (patch)
treec7e004a0f59addbcf88ea153bc2b1944482698f7
parent84c3a6ac3f66ab4a0a4b80a8ce8803ccb408e60a (diff)
downloadsonarqube-branch-9.9.tar.gz
sonarqube-branch-9.9.zip
SONAR-24391 Bumps SonarQube versionbranch-9.9
-rw-r--r--.github/renovate.json103
-rw-r--r--gradle.properties2
2 files changed, 1 insertions, 104 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
deleted file mode 100644
index cf0bf130881..00000000000
--- a/.github/renovate.json
+++ /dev/null
@@ -1,103 +0,0 @@
-{
- "extends": [
- "config:base",
- ":preserveSemverRanges"
- ],
- "branchConcurrentLimit": 0,
- "prConcurrentLimit": 0,
- "prHourlyLimit": 0,
- "separateMinorPatch": false,
- "separateMajorMinor": false,
- "ignoreDeps": [
- "org.ajoberstar.grgit",
- "com.bmuschko.docker-remote-api",
-
- "com.sonarsource.abap:sonar-abap-plugin",
- "com.sonarsource.cobol:sonar-cobol-plugin",
- "com.sonarsource.cpp:sonar-cfamily-plugin",
- "com.sonarsource.pli:sonar-pli-plugin",
- "com.sonarsource.plsql:sonar-plsql-plugin",
- "com.sonarsource.plugins.vb:sonar-vb-plugin",
- "com.sonarsource.rpg:sonar-rpg-plugin",
- "com.sonarsource.security:sonar-security-csharp-frontend-plugin",
- "com.sonarsource.security:sonar-security-java-frontend-plugin",
- "com.sonarsource.security:sonar-security-php-frontend-plugin",
- "com.sonarsource.security:sonar-security-plugin",
- "com.sonarsource.security:sonar-security-python-frontend-plugin",
- "com.sonarsource.security:sonar-security-js-frontend-plugin",
- "com.sonarsource.slang:sonar-apex-plugin",
- "com.sonarsource.swift:sonar-swift-plugin",
- "com.sonarsource.tsql:sonar-tsql-plugin",
- "org.sonarsource.config:sonar-config-plugin",
- "org.sonarsource.dotnet:sonar-csharp-plugin",
- "org.sonarsource.dotnet:sonar-vbnet-plugin",
- "org.sonarsource.flex:sonar-flex-plugin",
- "org.sonarsource.html:sonar-html-plugin",
- "org.sonarsource.jacoco:sonar-jacoco-plugin",
- "org.sonarsource.java:sonar-java-plugin",
- "org.sonarsource.javascript:sonar-javascript-plugin",
- "org.sonarsource.php:sonar-php-plugin",
- "org.sonarsource.python:sonar-python-plugin",
- "org.sonarsource.slang:sonar-go-plugin",
- "org.sonarsource.kotlin:sonar-kotlin-plugin",
- "org.sonarsource.slang:sonar-ruby-plugin",
- "org.sonarsource.slang:sonar-scala-plugin",
- "org.sonarsource.xml:sonar-xml-plugin",
- "org.sonarsource.iac:sonar-iac-plugin"
- ],
- "labels": [
- "dependencies"
- ],
- "packageRules": [
- {
- "matchManagers": "maven",
- "enabled": false
- },
- {
- "matchManagers": "github-actions",
- "enabled": false
- },
- {
- "matchManagers": "dockerfile",
- "enabled": false
- },
- {
- "matchManagers": "gradle-wrapper",
- "enabled": false
- },
- {
- "matchManagers": "gradle",
- "matchUpdateTypes": [
- "patch",
- "minor"
- ],
- "enabled": true,
- "groupName": "Minor Backend Dependencies"
- },
- {
- "matchManagers": "gradle",
- "matchUpdateTypes": [
- "major"
- ],
- "enabled": true,
- "groupName": "Major Backend Dependencies"
- },
- {
- "matchManagers": "npm",
- "matchUpdateTypes": [
- "patch",
- "minor"
- ],
- "enabled": true,
- "groupName": "Minor Frontend Dependencies"
- },
- {
- "matchManagers": "npm",
- "matchUpdateTypes": [
- "major"
- ],
- "enabled": true,
- "groupName": "Major Frontend Dependencies"
- }
- ]
-}
diff --git a/gradle.properties b/gradle.properties
index f9ae839e2f4..72b51ce4fd9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
group=org.sonarsource.sonarqube
-version=9.9.9
+version=9.9.10
# End Of Life date for the version. MMF-3763. format is yyyy-MM-dd
# 6 months from the release date for non LTA versions