Skip to content

Commit 0defdd9

Browse files
authored
Merge pull request #65 from kuhnroyal/feature/sonarqube-9
Support SonarQube 9
2 parents 5c63e86 + 0df1cf2 commit 0defdd9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#### Enhancements
1414

15-
- None.
15+
- Support SonarQube 9
1616

1717
#### Bug Fixes
1818

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.parent</groupId>
77
<artifactId>parent</artifactId>
8-
<version>52</version>
8+
<version>59.0.29</version>
99
</parent>
1010

1111
<groupId>fr.insideapp.sonarqube</groupId>
@@ -31,7 +31,7 @@
3131
<licenses>
3232
<license>
3333
<name>GNU LGPL 3</name>
34-
<url>http://www.gnu.org/licenses/lgpl.txt</url>
34+
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
3535
<distribution>repo</distribution>
3636
</license>
3737
</licenses>
@@ -58,8 +58,6 @@
5858

5959
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
6060

61-
<sonarQubeMinVersion>6.7</sonarQubeMinVersion>
62-
6361
<assertj.version>3.5.2</assertj.version>
6462
<guava.version>17.0</guava.version>
6563
<junit.version>4.10</junit.version>
@@ -70,7 +68,7 @@
7068
<sonar-orchestrator.version>3.22.0.1791</sonar-orchestrator.version>
7169
<sonarlint.version>4.0.0.2052</sonarlint.version>
7270
<sslr.version>1.23</sslr.version>
73-
<sslr-squid-bridge.version>2.6.1</sslr-squid-bridge.version>
71+
<sslr-squid-bridge.version>2.7.1.392</sslr-squid-bridge.version>
7472
<ant.version>1.6</ant.version>
7573
<analyzer-commons.version>1.10.2.456</analyzer-commons.version>
7674
<assertj.version>3.5.2</assertj.version>

0 commit comments

Comments
 (0)