Changeset 19293 in josm for trunk/nodist
- Timestamp:
- 2025-01-28T00:43:42+01:00 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19251 r19293 18 18 <sonar.projectKey>JOSM</sonar.projectKey> 19 19 <jmockit.version>1.49.a</jmockit.version> 20 <pmd.version>7. 6.0</pmd.version>20 <pmd.version>7.9.0</pmd.version> 21 21 <jacoco.version>0.8.12</jacoco.version> 22 <checkstyle.version>10. 18.2</checkstyle.version>23 <spotbugs.version>4. 8.6</spotbugs.version>22 <checkstyle.version>10.21.2</checkstyle.version> 23 <spotbugs.version>4.9.0</spotbugs.version> 24 24 <!-- Note: 2.0.0 requires Java 17, and we'll need to upgrade to it for Java 25 LTS (see JEP 486)--> 25 25 <junit5-system-exit.version>1.1.2</junit5-system-exit.version> … … 254 254 <groupId>org.junit</groupId> 255 255 <artifactId>junit-bom</artifactId> 256 <version>5.11. 3</version>256 <version>5.11.4</version> 257 257 <type>pom</type> 258 258 <scope>import</scope> … … 261 261 <groupId>org.openstreetmap.jmapviewer</groupId> 262 262 <artifactId>jmapviewer</artifactId> 263 <version>2.2 2</version>263 <version>2.23</version> 264 264 <scope>provided</scope> 265 265 </dependency> … … 352 352 <groupId>org.wiremock</groupId> 353 353 <artifactId>wiremock</artifactId> 354 <version>3. 9.2</version>354 <version>3.10.0</version> 355 355 <scope>test</scope> 356 356 </dependency> … … 358 358 <groupId>io.github.classgraph</groupId> 359 359 <artifactId>classgraph</artifactId> 360 <version>4.8.17 7</version>360 <version>4.8.179</version> 361 361 <scope>test</scope> 362 362 </dependency> … … 370 370 <groupId>nl.jqno.equalsverifier</groupId> 371 371 <artifactId>equalsverifier</artifactId> 372 <version>3.1 6.2</version>372 <version>3.18.1</version> 373 373 <scope>test</scope> 374 374 </dependency> … … 394 394 </activation> 395 395 <properties> 396 <junit5-system-exit.version>2.0. 0</junit5-system-exit.version>396 <junit5-system-exit.version>2.0.2</junit5-system-exit.version> 397 397 </properties> 398 398 </profile>
Note:
See TracChangeset
for help on using the changeset viewer.