|
91 | 91 | -->
|
92 | 92 |
|
93 | 93 | <!-- Versioning for Extensions and Plugins -->
|
94 |
| - <version.io.github.martinvisser>0.1.0</version.io.github.martinvisser> |
| 94 | + <version.io.github.martinvisser>0.1.1</version.io.github.martinvisser> |
95 | 95 |
|
96 | 96 | <!-- Versioning for Dependencies -->
|
97 | 97 | <version.org.junit>5.12.1</version.org.junit>
|
|
219 | 219 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
|
220 | 220 | <plugin>
|
221 | 221 | <artifactId>maven-clean-plugin</artifactId>
|
222 |
| - <version>3.4.1</version> |
| 222 | + <version>3.5.0</version> |
223 | 223 | </plugin>
|
224 | 224 | <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
|
225 | 225 | <plugin>
|
|
236 | 236 | </plugin>
|
237 | 237 | <plugin>
|
238 | 238 | <artifactId>maven-surefire-plugin</artifactId>
|
239 |
| - <version>3.5.2</version> |
| 239 | + <version>3.5.3</version> |
240 | 240 | <configuration>
|
241 | 241 | <includes>
|
242 | 242 | <include>**/Test*.java</include>
|
|
362 | 362 | <plugin>
|
363 | 363 | <groupId>org.codehaus.mojo</groupId>
|
364 | 364 | <artifactId>exec-maven-plugin</artifactId>
|
365 |
| - <version>3.5.0</version> |
| 365 | + <version>3.5.1</version> |
366 | 366 | </plugin>
|
367 | 367 | <plugin>
|
368 | 368 | <groupId>org.jetbrains.kotlin</groupId>
|
|
436 | 436 | <plugin>
|
437 | 437 | <groupId>org.sonatype.central</groupId>
|
438 | 438 | <artifactId>central-publishing-maven-plugin</artifactId>
|
439 |
| - <version>0.7.0</version> |
| 439 | + <version>0.8.0</version> |
440 | 440 | <extensions>true</extensions>
|
441 | 441 | <configuration>
|
442 | 442 | <publishingServerId>central</publishingServerId>
|
|
0 commit comments