Changeset 19191 in josm for trunk/nodist
- Timestamp:
- 2024-08-12T21:32:09+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19148 r19191 18 18 <sonar.projectKey>JOSM</sonar.projectKey> 19 19 <jmockit.version>1.49.a</jmockit.version> 20 <pmd.version>7. 3.0</pmd.version>20 <pmd.version>7.4.0</pmd.version> 21 21 </properties> 22 22 <modules> … … 244 244 <groupId>org.openstreetmap.jmapviewer</groupId> 245 245 <artifactId>jmapviewer</artifactId> 246 <version>2.2 0</version>246 <version>2.21</version> 247 247 <scope>provided</scope> 248 248 </dependency> … … 256 256 <groupId>org.eclipse.parsson</groupId> 257 257 <artifactId>parsson</artifactId> 258 <version>1.1. 6</version>258 <version>1.1.7</version> 259 259 <scope>provided</scope> 260 260 </dependency> … … 268 268 <groupId>org.apache.commons</groupId> 269 269 <artifactId>commons-compress</artifactId> 270 <version>1.2 6.2</version>270 <version>1.27.0</version> 271 271 <scope>provided</scope> 272 272 </dependency> … … 280 280 <groupId>org.tukaani</groupId> 281 281 <artifactId>xz</artifactId> 282 <version>1. 9</version>282 <version>1.10</version> 283 283 <scope>provided</scope> 284 284 </dependency> … … 311 311 <groupId>org.webjars.npm</groupId> 312 312 <artifactId>tag2link</artifactId> 313 <version>2024. 7.8</version>313 <version>2024.8.12</version> 314 314 <scope>provided</scope> 315 315 </dependency> … … 335 335 <groupId>org.wiremock</groupId> 336 336 <artifactId>wiremock</artifactId> 337 <version>3. 8.0</version>337 <version>3.9.1</version> 338 338 <scope>test</scope> 339 339 </dependency> … … 359 359 <groupId>org.apache.commons</groupId> 360 360 <artifactId>commons-lang3</artifactId> 361 <version>3.1 4.0</version>361 <version>3.16.0</version> 362 362 <scope>compile</scope> 363 363 </dependency> … … 365 365 <groupId>org.awaitility</groupId> 366 366 <artifactId>awaitility</artifactId> 367 <version>4.2. 1</version>367 <version>4.2.2</version> 368 368 <scope>test</scope> 369 369 </dependency>
Note:
See TracChangeset
for help on using the changeset viewer.