Changeset 19148 in josm for trunk/nodist
- Timestamp:
- 2024-07-17T20:50:17+02:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19132 r19148 18 18 <sonar.projectKey>JOSM</sonar.projectKey> 19 19 <jmockit.version>1.49.a</jmockit.version> 20 <pmd.version>7. 2.0</pmd.version>20 <pmd.version>7.3.0</pmd.version> 21 21 </properties> 22 22 <modules> … … 237 237 <groupId>org.junit</groupId> 238 238 <artifactId>junit-bom</artifactId> 239 <version>5.10. 2</version>239 <version>5.10.3</version> 240 240 <type>pom</type> 241 241 <scope>import</scope> … … 244 244 <groupId>org.openstreetmap.jmapviewer</groupId> 245 245 <artifactId>jmapviewer</artifactId> 246 <version>2. 19</version>246 <version>2.20</version> 247 247 <scope>provided</scope> 248 248 </dependency> … … 323 323 <groupId>com.github.spotbugs</groupId> 324 324 <artifactId>spotbugs-annotations</artifactId> 325 <version>4.8. 5</version>325 <version>4.8.6</version> 326 326 <scope>test</scope> 327 327 </dependency> … … 335 335 <groupId>org.wiremock</groupId> 336 336 <artifactId>wiremock</artifactId> 337 <version>3. 6.0</version>337 <version>3.8.0</version> 338 338 <scope>test</scope> 339 339 </dependency> … … 341 341 <groupId>io.github.classgraph</groupId> 342 342 <artifactId>classgraph</artifactId> 343 <version>4.8.17 3</version>343 <version>4.8.174</version> 344 344 <scope>test</scope> 345 345 </dependency> … … 360 360 <artifactId>commons-lang3</artifactId> 361 361 <version>3.14.0</version> 362 <scope> test</scope>362 <scope>compile</scope> 363 363 </dependency> 364 364 <dependency>
Note:
See TracChangeset
for help on using the changeset viewer.