Changeset 19502 in josm for trunk/nodist/pom.xml
- Timestamp:
- 2026-02-10T23:29:03+01:00 (9 days ago)
- File:
-
- 1 edited
-
trunk/nodist/pom.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19448 r19502 254 254 <groupId>org.junit</groupId> 255 255 <artifactId>junit-bom</artifactId> 256 <version>5.1 1.4</version>256 <version>5.14.2</version> 257 257 <type>pom</type> 258 258 <scope>import</scope> … … 285 285 <groupId>org.apache.commons</groupId> 286 286 <artifactId>commons-compress</artifactId> 287 <version>1.2 7.1</version>287 <version>1.28.0</version> 288 288 <scope>provided</scope> 289 289 </dependency> … … 297 297 <groupId>org.tukaani</groupId> 298 298 <artifactId>xz</artifactId> 299 <version>1.1 0</version>299 <version>1.11</version> 300 300 <scope>provided</scope> 301 301 </dependency> … … 321 321 <groupId>ch.poole</groupId> 322 322 <artifactId>OpeningHoursParser</artifactId> 323 <version>0.2 8.2</version>323 <version>0.29.0</version> 324 324 <scope>provided</scope> 325 325 </dependency> … … 352 352 <groupId>org.wiremock</groupId> 353 353 <artifactId>wiremock</artifactId> 354 <version>3.1 0.0</version>354 <version>3.13.2</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.1 79</version>360 <version>4.8.184</version> 361 361 <scope>test</scope> 362 362 </dependency> … … 382 382 <groupId>org.awaitility</groupId> 383 383 <artifactId>awaitility</artifactId> 384 <version>4. 2.2</version>384 <version>4.3.0</version> 385 385 <scope>test</scope> 386 386 </dependency>
Note:
See TracChangeset
for help on using the changeset viewer.
