|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>de.tum.in.ase</groupId> |
6 | 6 | <artifactId>artemis-java-test-sandbox</artifactId> |
7 | | - <version>1.13.1-SNAPSHOT</version> |
| 7 | + <version>1.14.0</version> |
8 | 8 | <name>Ares</name> |
9 | 9 | <description>The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description> |
10 | 10 | <url>https://github.com/ls1intum/Ares</url> |
|
17 | 17 | </license> |
18 | 18 | </licenses> |
19 | 19 | <developers> |
| 20 | + <developer> |
| 21 | + <name>Stephan Krusche</name> |
| 22 | + <email>krusche@tum.de</email> |
| 23 | + <organization>Technical University of Munich</organization> |
| 24 | + <organizationUrl>https://aet.cit.tum.de/krusche</organizationUrl> |
| 25 | + </developer> |
20 | 26 | <developer> |
21 | 27 | <name>Christian Femers</name> |
22 | 28 | <email>christian.femers@tum.de</email> |
|
32 | 38 | </scm> |
33 | 39 |
|
34 | 40 | <properties> |
35 | | - <maven.compiler.source>11</maven.compiler.source> |
36 | | - <maven.compiler.target>11</maven.compiler.target> |
37 | | - <junit-jupiter-version>5.10.2</junit-jupiter-version> |
38 | | - <junit-platform-version>1.10.2</junit-platform-version> |
39 | | - <jqwik-version>1.8.4</jqwik-version> |
40 | | - <spotless.version>2.43.0</spotless.version> |
| 41 | + <maven.compiler.source>17</maven.compiler.source> |
| 42 | + <maven.compiler.target>17</maven.compiler.target> |
| 43 | + <junit-jupiter-version>5.13.4</junit-jupiter-version> |
| 44 | + <junit-platform-version>1.13.4</junit-platform-version> |
| 45 | + <jqwik-version>1.9.3</jqwik-version> |
| 46 | + <spotless.version>2.46.1</spotless.version> |
41 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
42 | 48 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
43 | 49 | <!-- if JaCoCo is not executed --> |
|
50 | 56 | <dependency> |
51 | 57 | <groupId>ch.qos.logback</groupId> |
52 | 58 | <artifactId>logback-classic</artifactId> |
53 | | - <version>1.5.3</version> |
| 59 | + <version>1.5.18</version> |
54 | 60 | </dependency> |
55 | 61 | <dependency> |
56 | 62 | <groupId>org.junit.jupiter</groupId> |
|
87 | 93 | <dependency> |
88 | 94 | <groupId>org.assertj</groupId> |
89 | 95 | <artifactId>assertj-core</artifactId> |
90 | | - <version>3.25.3</version> |
| 96 | + <version>3.27.3</version> |
91 | 97 | </dependency> |
92 | 98 | <dependency> |
93 | 99 | <groupId>org.json</groupId> |
94 | 100 | <artifactId>json</artifactId> |
95 | | - <version>20240303</version> |
| 101 | + <version>20250517</version> |
96 | 102 | </dependency> |
97 | 103 | <dependency> |
98 | 104 | <groupId>info.debatty</groupId> |
|
102 | 108 | <dependency> |
103 | 109 | <groupId>com.github.javaparser</groupId> |
104 | 110 | <artifactId>javaparser-core</artifactId> |
105 | | - <version>3.25.9</version> |
| 111 | + <version>3.27.0</version> |
106 | 112 | </dependency> |
107 | 113 | <!-- For testing we use a test framework testing framework --> |
108 | 114 | <dependency> |
|
127 | 133 | <plugin> |
128 | 134 | <groupId>org.apache.maven.plugins</groupId> |
129 | 135 | <artifactId>maven-clean-plugin</artifactId> |
130 | | - <version>3.3.2</version> |
| 136 | + <version>3.5.0</version> |
131 | 137 | </plugin> |
132 | 138 | <plugin> |
133 | 139 | <groupId>org.apache.maven.plugins</groupId> |
|
137 | 143 | <plugin> |
138 | 144 | <groupId>org.apache.maven.plugins</groupId> |
139 | 145 | <artifactId>maven-compiler-plugin</artifactId> |
140 | | - <version>3.12.1</version> |
| 146 | + <version>3.14.0</version> |
141 | 147 | </plugin> |
142 | 148 | <plugin> |
143 | 149 | <groupId>org.apache.maven.plugins</groupId> |
144 | 150 | <artifactId>maven-install-plugin</artifactId> |
145 | | - <version>3.1.1</version> |
| 151 | + <version>3.1.4</version> |
146 | 152 | </plugin> |
147 | 153 | <plugin> |
148 | 154 | <groupId>org.apache.maven.plugins</groupId> |
149 | 155 | <artifactId>maven-site-plugin</artifactId> |
150 | | - <version>3.12.1</version> |
| 156 | + <version>3.21.0</version> |
151 | 157 | </plugin> |
152 | 158 | <plugin> |
153 | 159 | <groupId>org.apache.maven.plugins</groupId> |
154 | 160 | <artifactId>maven-jar-plugin</artifactId> |
155 | | - <version>3.3.0</version> |
| 161 | + <version>3.4.2</version> |
156 | 162 | <configuration> |
157 | 163 | <archive> |
158 | 164 | <manifestEntries> |
|
164 | 170 | <plugin> |
165 | 171 | <groupId>org.apache.maven.plugins</groupId> |
166 | 172 | <artifactId>maven-javadoc-plugin</artifactId> |
167 | | - <version>3.6.3</version> |
| 173 | + <version>3.11.2</version> |
168 | 174 | <executions> |
169 | 175 | <execution> |
170 | 176 | <phase>package</phase> |
|
217 | 223 | <plugin> |
218 | 224 | <groupId>org.apache.maven.plugins</groupId> |
219 | 225 | <artifactId>maven-source-plugin</artifactId> |
220 | | - <version>3.3.0</version> |
| 226 | + <version>3.3.1</version> |
221 | 227 | <executions> |
222 | 228 | <execution> |
223 | 229 | <phase>package</phase> |
|
230 | 236 | <plugin> |
231 | 237 | <groupId>org.apache.maven.plugins</groupId> |
232 | 238 | <artifactId>maven-surefire-plugin</artifactId> |
233 | | - <version>3.2.5</version> |
| 239 | + <version>3.5.3</version> |
234 | 240 | <configuration> |
235 | 241 | <argLine>@{argLine} -Dfile.encoding=UTF-8</argLine> |
236 | 242 | <runOrder>alphabetical</runOrder> |
|
239 | 245 | <plugin> |
240 | 246 | <groupId>org.apache.maven.plugins</groupId> |
241 | 247 | <artifactId>maven-deploy-plugin</artifactId> |
242 | | - <version>3.1.1</version> |
| 248 | + <version>3.1.4</version> |
243 | 249 | </plugin> |
244 | 250 | <plugin> |
245 | 251 | <groupId>org.apache.maven.plugins</groupId> |
246 | 252 | <artifactId>maven-enforcer-plugin</artifactId> |
247 | | - <version>3.4.1</version> |
| 253 | + <version>3.6.1</version> |
248 | 254 | <executions> |
249 | 255 | <execution> |
250 | 256 | <id>enforce-versions</id> |
|
258 | 264 | <version>[3.6,)</version> |
259 | 265 | </requireMavenVersion> |
260 | 266 | <requireJavaVersion> |
261 | | - <version>[11,)</version> |
| 267 | + <version>[17,)</version> |
262 | 268 | </requireJavaVersion> |
263 | 269 | </rules> |
264 | 270 | </configuration> |
|
329 | 335 | <file>${basedir}/.settings/eclipse-rules.importorder</file> |
330 | 336 | </importOrder> |
331 | 337 | <eclipse> |
332 | | - <version>4.17.0</version> |
| 338 | + <version>4.35.0</version> |
333 | 339 | <file>${basedir}/.settings/eclipse-formatter-rules.xml</file> |
334 | 340 | </eclipse> |
335 | 341 | </java> |
|
347 | 353 | <plugin> |
348 | 354 | <groupId>org.jacoco</groupId> |
349 | 355 | <artifactId>jacoco-maven-plugin</artifactId> |
350 | | - <version>0.8.11</version> |
| 356 | + <version>0.8.13</version> |
351 | 357 | <executions> |
352 | 358 | <execution> |
353 | 359 | <goals> |
|
390 | 396 | <plugin> |
391 | 397 | <groupId>org.apache.maven.plugins</groupId> |
392 | 398 | <artifactId>maven-surefire-plugin</artifactId> |
393 | | - <version>3.2.5</version> |
| 399 | + <version>3.5.3</version> |
394 | 400 | <configuration> |
395 | 401 | <forkCount>4</forkCount> |
396 | 402 | <reuseForks>true</reuseForks> |
|
418 | 424 | <plugin> |
419 | 425 | <groupId>org.apache.maven.plugins</groupId> |
420 | 426 | <artifactId>maven-gpg-plugin</artifactId> |
421 | | - <version>3.1.0</version> |
| 427 | + <version>3.2.8</version> |
422 | 428 | <executions> |
423 | 429 | <execution> |
424 | 430 | <id>sign-artifacts</id> |
|
442 | 448 | <plugin> |
443 | 449 | <groupId>org.sonatype.plugins</groupId> |
444 | 450 | <artifactId>nexus-staging-maven-plugin</artifactId> |
445 | | - <version>1.6.13</version> |
| 451 | + <version>1.6.14</version> |
446 | 452 | <extensions>true</extensions> |
447 | 453 | <configuration> |
448 | 454 | <serverId>ossrh</serverId> |
|
0 commit comments