Changeset 19502 in josm for trunk/nodist/pom.xml


Ignore:
Timestamp:
2026-02-10T23:29:03+01:00 (9 days ago)
Author:
stoecker
Message:

fix test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19448 r19502  
    254254                <groupId>org.junit</groupId>
    255255                <artifactId>junit-bom</artifactId>
    256                 <version>5.11.4</version>
     256                <version>5.14.2</version>
    257257                <type>pom</type>
    258258                <scope>import</scope>
     
    285285                <groupId>org.apache.commons</groupId>
    286286                <artifactId>commons-compress</artifactId>
    287                 <version>1.27.1</version>
     287                <version>1.28.0</version>
    288288                <scope>provided</scope>
    289289            </dependency>
     
    297297                <groupId>org.tukaani</groupId>
    298298                <artifactId>xz</artifactId>
    299                 <version>1.10</version>
     299                <version>1.11</version>
    300300                <scope>provided</scope>
    301301            </dependency>
     
    321321                <groupId>ch.poole</groupId>
    322322                <artifactId>OpeningHoursParser</artifactId>
    323                 <version>0.28.2</version>
     323                <version>0.29.0</version>
    324324                <scope>provided</scope>
    325325            </dependency>
     
    352352                <groupId>org.wiremock</groupId>
    353353                <artifactId>wiremock</artifactId>
    354                 <version>3.10.0</version>
     354                <version>3.13.2</version>
    355355                <scope>test</scope>
    356356            </dependency>
     
    358358                <groupId>io.github.classgraph</groupId>
    359359                <artifactId>classgraph</artifactId>
    360                 <version>4.8.179</version>
     360                <version>4.8.184</version>
    361361                <scope>test</scope>
    362362            </dependency>
     
    382382                <groupId>org.awaitility</groupId>
    383383                <artifactId>awaitility</artifactId>
    384                 <version>4.2.2</version>
     384                <version>4.3.0</version>
    385385                <scope>test</scope>
    386386            </dependency>
Note: See TracChangeset for help on using the changeset viewer.