|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>io.github.detekt</groupId>
|
7 | 7 | <artifactId>sonar-detekt</artifactId>
|
8 |
| - <version>2.3.0</version> |
| 8 | + <version>2.4.0</version> |
9 | 9 | <url>https://github.com/detekt/sonar-kotlin</url>
|
10 | 10 |
|
11 | 11 | <licenses>
|
|
19 | 19 | <packaging>sonar-plugin</packaging>
|
20 | 20 |
|
21 | 21 | <properties>
|
22 |
| - <kotlin.version>1.5.30</kotlin.version> |
| 22 | + <kotlin.version>1.5.31</kotlin.version> |
23 | 23 | <spek.version>2.0.17</spek.version>
|
24 | 24 | <detekt.version>1.18.1</detekt.version>
|
25 |
| - <sonar.api.version>8.9.2.46101</sonar.api.version> |
26 |
| - <assertj.version>3.20.2</assertj.version> |
27 |
| - <jcommander.version>1.78</jcommander.version> |
| 25 | + <sonar.api.version>9.1.0.47736</sonar.api.version> |
| 26 | + <assertj.version>3.21.0</assertj.version> |
| 27 | + <jcommander.version>1.81</jcommander.version> |
28 | 28 | <mockk.version>1.12.0</mockk.version>
|
29 | 29 | <maven.compiler.source>1.8</maven.compiler.source>
|
30 | 30 | <maven.compiler.target>1.8</maven.compiler.target>
|
|
115 | 115 | <plugin>
|
116 | 116 | <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
|
117 | 117 | <artifactId>sonar-packaging-maven-plugin</artifactId>
|
118 |
| - <version>1.19.0.397</version> |
| 118 | + <version>1.20.0.405</version> |
119 | 119 | <extensions>true</extensions>
|
120 | 120 | <configuration>
|
121 | 121 | <pluginKey>detekt</pluginKey>
|
|
164 | 164 | <plugin>
|
165 | 165 | <groupId>org.apache.maven.plugins</groupId>
|
166 | 166 | <artifactId>maven-compiler-plugin</artifactId>
|
167 |
| - <version>3.5.1</version> |
| 167 | + <version>3.8.1</version> |
168 | 168 | <executions>
|
169 | 169 | <!-- Replacing default-compile as it is treated specially by maven -->
|
170 | 170 | <execution>
|
|
195 | 195 | <plugin>
|
196 | 196 | <groupId>org.jacoco</groupId>
|
197 | 197 | <artifactId>jacoco-maven-plugin</artifactId>
|
198 |
| - <version>0.8.5</version> |
| 198 | + <version>0.8.7</version> |
199 | 199 | <executions>
|
200 | 200 | <execution>
|
201 | 201 | <goals>
|
|
230 | 230 | <plugin>
|
231 | 231 | <groupId>org.codehaus.mojo</groupId>
|
232 | 232 | <artifactId>versions-maven-plugin</artifactId>
|
233 |
| - <version>2.7</version> |
| 233 | + <version>2.8.1</version> |
234 | 234 | </plugin>
|
235 | 235 | </plugins>
|
236 | 236 | </build>
|
|
0 commit comments