|
56 | 56 | <maven.compiler.target>1.8</maven.compiler.target>
|
57 | 57 | <maven.compiler.source>1.8</maven.compiler.source>
|
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
59 |
| - <jline.version>3.23.0</jline.version> |
| 59 | + <jline.version>3.27.0</jline.version> |
60 | 60 | <sonar.organization>mastercard</sonar.organization>
|
61 | 61 | <sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
62 | 62 | <!-- The health of the example project is not terribly interesting, and
|
|
89 | 89 | <!-- testing -->
|
90 | 90 | <groupId>org.junit</groupId>
|
91 | 91 | <artifactId>junit-bom</artifactId>
|
92 |
| - <version>5.10.3</version> |
| 92 | + <version>5.11.2</version> |
93 | 93 | <type>pom</type>
|
94 | 94 | <scope>import</scope>
|
95 | 95 | </dependency>
|
|
155 | 155 | <!-- Logging support -->
|
156 | 156 | <groupId>org.slf4j</groupId>
|
157 | 157 | <artifactId>slf4j-simple</artifactId>
|
158 |
| - <version>2.0.13</version> |
| 158 | + <version>2.0.16</version> |
159 | 159 | </dependency>
|
160 | 160 |
|
161 | 161 | </dependencies>
|
|
169 | 169 | <!-- junit5 support -->
|
170 | 170 | <groupId>org.apache.maven.plugins</groupId>
|
171 | 171 | <artifactId>maven-surefire-plugin</artifactId>
|
172 |
| - <version>3.3.1</version> |
| 172 | + <version>3.5.1</version> |
173 | 173 | </plugin>
|
174 | 174 |
|
175 | 175 | <plugin>
|
176 | 176 | <!-- `mvn formatter:format` to apply the format -->
|
177 | 177 | <groupId>net.revelc.code.formatter</groupId>
|
178 | 178 | <artifactId>formatter-maven-plugin</artifactId>
|
179 |
| - <version>2.16.0</version> |
| 179 | + <version>2.24.1</version> |
180 | 180 | <configuration>
|
181 | 181 | <!-- This plugin only executes in the child modules, so we need to
|
182 | 182 | step one dir up and then back down to the format file. If we end up with
|
|
198 | 198 | <!-- `mvn sortpom:sort` to format the pom files -->
|
199 | 199 | <groupId>com.github.ekryd.sortpom</groupId>
|
200 | 200 | <artifactId>sortpom-maven-plugin</artifactId>
|
201 |
| - <version>3.0.1</version> |
| 201 | + <version>3.4.1</version> |
202 | 202 | <configuration>
|
203 | 203 | <lineSeparator>\n</lineSeparator>
|
204 | 204 | <nrOfIndentSpace>-1</nrOfIndentSpace>
|
|
216 | 216 | a `mvn test-compile` invocation -->
|
217 | 217 | <groupId>org.pitest</groupId>
|
218 | 218 | <artifactId>pitest-maven</artifactId>
|
219 |
| - <version>1.16.1</version> |
| 219 | + <version>1.17.0</version> |
220 | 220 | <configuration>
|
221 | 221 | <timestampedReports>false</timestampedReports>
|
222 | 222 | <exportLineCoverage>true</exportLineCoverage>
|
|
241 | 241 | <!-- `mvn javadoc:javadoc` to generate target/site/apidocs in each module -->
|
242 | 242 | <groupId>org.apache.maven.plugins</groupId>
|
243 | 243 | <artifactId>maven-javadoc-plugin</artifactId>
|
244 |
| - <version>3.8.0</version> |
| 244 | + <version>3.10.1</version> |
245 | 245 | </plugin>
|
246 | 246 |
|
247 | 247 | <plugin>
|
248 | 248 | <!-- Building the report apps without tools installed -->
|
249 | 249 | <groupId>com.github.eirslett</groupId>
|
250 | 250 | <artifactId>frontend-maven-plugin</artifactId>
|
251 |
| - <version>1.15.0</version> |
| 251 | + <version>1.15.1</version> |
252 | 252 | </plugin>
|
253 | 253 |
|
254 | 254 | <plugin>
|
255 | 255 | <!-- building the report apps with installed tools -->
|
256 | 256 | <groupId>org.codehaus.mojo</groupId>
|
257 | 257 | <artifactId>exec-maven-plugin</artifactId>
|
258 |
| - <version>3.3.0</version> |
| 258 | + <version>3.4.1</version> |
259 | 259 | </plugin>
|
260 | 260 |
|
261 | 261 | <plugin>
|
262 | 262 | <groupId>org.apache.maven.plugins</groupId>
|
263 | 263 | <artifactId>maven-deploy-plugin</artifactId>
|
264 |
| - <version>3.1.2</version> |
| 264 | + <version>3.1.3</version> |
265 | 265 | </plugin>
|
266 | 266 |
|
267 | 267 | </plugins>
|
|
487 | 487 | <plugin>
|
488 | 488 | <groupId>org.apache.maven.plugins</groupId>
|
489 | 489 | <artifactId>maven-gpg-plugin</artifactId>
|
490 |
| - <version>3.2.4</version> |
| 490 | + <version>3.2.7</version> |
491 | 491 | <executions>
|
492 | 492 | <execution>
|
493 | 493 | <id>sign-artifacts</id>
|
|
0 commit comments