Changeset 19293 in josm for trunk/nodist


Ignore:
Timestamp:
2025-01-28T00:43:42+01:00 (8 weeks ago)
Author:
taylor.smock
Message:

See #23913: Fetch remote API keys for Bing imagery

Update JMapViewer and other dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19251 r19293  
    1818        <sonar.projectKey>JOSM</sonar.projectKey>
    1919        <jmockit.version>1.49.a</jmockit.version>
    20         <pmd.version>7.6.0</pmd.version>
     20        <pmd.version>7.9.0</pmd.version>
    2121        <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>
    2424        <!-- Note: 2.0.0 requires Java 17, and we'll need to upgrade to it for Java 25 LTS (see JEP 486)-->
    2525        <junit5-system-exit.version>1.1.2</junit5-system-exit.version>
     
    254254                <groupId>org.junit</groupId>
    255255                <artifactId>junit-bom</artifactId>
    256                 <version>5.11.3</version>
     256                <version>5.11.4</version>
    257257                <type>pom</type>
    258258                <scope>import</scope>
     
    261261                <groupId>org.openstreetmap.jmapviewer</groupId>
    262262                <artifactId>jmapviewer</artifactId>
    263                 <version>2.22</version>
     263                <version>2.23</version>
    264264                <scope>provided</scope>
    265265            </dependency>
     
    352352                <groupId>org.wiremock</groupId>
    353353                <artifactId>wiremock</artifactId>
    354                 <version>3.9.2</version>
     354                <version>3.10.0</version>
    355355                <scope>test</scope>
    356356            </dependency>
     
    358358                <groupId>io.github.classgraph</groupId>
    359359                <artifactId>classgraph</artifactId>
    360                 <version>4.8.177</version>
     360                <version>4.8.179</version>
    361361                <scope>test</scope>
    362362            </dependency>
     
    370370                <groupId>nl.jqno.equalsverifier</groupId>
    371371                <artifactId>equalsverifier</artifactId>
    372                 <version>3.16.2</version>
     372                <version>3.18.1</version>
    373373                <scope>test</scope>
    374374            </dependency>
     
    394394            </activation>
    395395            <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>
    397397            </properties>
    398398        </profile>
Note: See TracChangeset for help on using the changeset viewer.