From 914a9014bf5c4e8a6a9e31eebb8838440755c3b1 Mon Sep 17 00:00:00 2001 From: Christopher Maehler Date: Fri, 9 Feb 2024 13:53:15 +0100 Subject: [PATCH] Sonarqube 10.4 support --- README.md | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f55f984..a293532 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ At last, we're sorry for repackaging the code under our own domain. We don't pla ## Pre-requisites -Built with JDK 11.0.18 & Maven 3.8.7. +Built with JDK 17.0.10 & Maven 3.8.6. # Works with -Tested with SonarQube 10.3 and sent messages to MatterMost 8.1.7 (current ESR) incoming webhooks. +Tested with SonarQube 10.4 and sent messages to MatterMost 8.1.9 (current ESR) incoming webhooks. # Sonar Slack Notifier Plugin diff --git a/pom.xml b/pom.xml index 6efa87d..d7a6fa4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.komodin.sonar.slack sonar-slack-notifier - 10.3 + 10.4 sonar-plugin Sonar Slack Notifier Plugin @@ -24,9 +24,9 @@ - 10.3.0.1951 - 10.3.0.82913 - + 10.6.0.2114 + 10.4.0.87286 + 10.6.0.2114 2.14.1 2.10.1 1.8.0 @@ -84,7 +84,7 @@ org.projectlombok lombok - 1.18.20 + 1.18.30