Skip to content

Commit

Permalink
Sonarqube 10.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Maehler committed Feb 9, 2024
1 parent 6ab369f commit 914a901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.komodin.sonar.slack</groupId>
<artifactId>sonar-slack-notifier</artifactId>
<version>10.3</version>
<version>10.4</version>
<packaging>sonar-plugin</packaging>

<name>Sonar Slack Notifier Plugin</name>
Expand All @@ -24,9 +24,9 @@

<!-- JaCoCo support -->
<argLine />
<sonar-api.version>10.3.0.1951</sonar-api.version>
<sonar-api-impl.version>10.3.0.82913</sonar-api-impl.version>
<sonar-api-test-fixtures.version></sonar-api-test-fixtures.version>
<sonar-api.version>10.6.0.2114</sonar-api.version>
<sonar-api-impl.version>10.4.0.87286</sonar-api-impl.version>
<sonar-api-test-fixtures.version>10.6.0.2114</sonar-api-test-fixtures.version>
<jackson-databind.version>2.14.1</jackson-databind.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.8.0</kotlin.version>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.30</version>
</dependency>

<!-- Testing dependencies -->
Expand Down

0 comments on commit 914a901

Please sign in to comment.