Changeset 19191 in josm for trunk/nodist


Ignore:
Timestamp:
2024-08-12T21:32:09+02:00 (3 months ago)
Author:
taylor.smock
Message:

Dependency updates

ivy.xml

  • org.openstreetmap.jmapviewer:jmapviewer: 2.20 -> 2.21 (see #23841)
  • org.eclipse.parsson:parsson: 1.1.6 -> 1.1.7
  • org.apache.commons:commons-compress: 1.26.2 -> 1.27.0
  • org.tukaani:xz: 1.9 -> 1.10 (PD -> 0BSD)
  • org.webjars.npm:tag2link: 2024.7.8 -> 2024.8.12

tools/ivy.xml

  • net.sourceforge.pmd:pmd: 7.3.0 -> 7.4.0
  • com.google.errorprone:error_prone: 2.29.2 -> 2.30.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19148 r19191  
    1818        <sonar.projectKey>JOSM</sonar.projectKey>
    1919        <jmockit.version>1.49.a</jmockit.version>
    20         <pmd.version>7.3.0</pmd.version>
     20        <pmd.version>7.4.0</pmd.version>
    2121    </properties>
    2222    <modules>
     
    244244                <groupId>org.openstreetmap.jmapviewer</groupId>
    245245                <artifactId>jmapviewer</artifactId>
    246                 <version>2.20</version>
     246                <version>2.21</version>
    247247                <scope>provided</scope>
    248248            </dependency>
     
    256256                <groupId>org.eclipse.parsson</groupId>
    257257                <artifactId>parsson</artifactId>
    258                 <version>1.1.6</version>
     258                <version>1.1.7</version>
    259259                <scope>provided</scope>
    260260            </dependency>
     
    268268                <groupId>org.apache.commons</groupId>
    269269                <artifactId>commons-compress</artifactId>
    270                 <version>1.26.2</version>
     270                <version>1.27.0</version>
    271271                <scope>provided</scope>
    272272            </dependency>
     
    280280                <groupId>org.tukaani</groupId>
    281281                <artifactId>xz</artifactId>
    282                 <version>1.9</version>
     282                <version>1.10</version>
    283283                <scope>provided</scope>
    284284            </dependency>
     
    311311                <groupId>org.webjars.npm</groupId>
    312312                <artifactId>tag2link</artifactId>
    313                 <version>2024.7.8</version>
     313                <version>2024.8.12</version>
    314314                <scope>provided</scope>
    315315            </dependency>
     
    335335                <groupId>org.wiremock</groupId>
    336336                <artifactId>wiremock</artifactId>
    337                 <version>3.8.0</version>
     337                <version>3.9.1</version>
    338338                <scope>test</scope>
    339339            </dependency>
     
    359359                <groupId>org.apache.commons</groupId>
    360360                <artifactId>commons-lang3</artifactId>
    361                 <version>3.14.0</version>
     361                <version>3.16.0</version>
    362362                <scope>compile</scope>
    363363            </dependency>
     
    365365                <groupId>org.awaitility</groupId>
    366366                <artifactId>awaitility</artifactId>
    367                 <version>4.2.1</version>
     367                <version>4.2.2</version>
    368368                <scope>test</scope>
    369369            </dependency>
Note: See TracChangeset for help on using the changeset viewer.