From 04fc872c2d867b8a1fb8f98b50884c7be098c494 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 17 Dec 2024 23:29:23 +0100 Subject: [PATCH] add compatibility with 10.7 version of SonarQube --- CHANGELOG.md | 2 ++ Dockerfile | 2 +- README.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3882d6..6764083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- check SonarQube 10.7 version compatibility + ### Deleted ## [2.0.0] - 2024-12-16 diff --git a/Dockerfile b/Dockerfile index af6645a..7aa6fc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG MAVEN_BUILDER=3-openjdk-17-slim #ARG SONARQUBE_VERSION=9.9.0-community -ARG SONARQUBE_VERSION=10.6.0-community +ARG SONARQUBE_VERSION=10.7.0-community FROM maven:${MAVEN_BUILDER} AS builder diff --git a/README.md b/README.md index 6ad5205..ba1bd9d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code- |----------------|-------------------|--------------| | 1.4.+ | 9.4.+ to 10.6.0 | 11 / 17 | | 1.5.+ | 9.9.+ to 10.6.0 | 17 | +| 2.0.+ | 9.9.+ to 10.7.0 | 17 | > Compatibility table of versions lower than 1.4.+ are available from the > main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).