Changeset 19208 in josm for trunk/nodist


Ignore:
Timestamp:
2024-09-05T18:15:17+02:00 (5 months ago)
Author:
taylor.smock
Message:

Dependency updates:

ivy.xml:

  • jmapviewer: 2.21 -> 2.22: Fix a NumberFormatException (fix #23888)
  • commons-compress: 1.27.0 -> 1.27.1
  • tag2link: 2024.8.12 -> 2024.8.21
  • commons-lang3: 3.16.0 -> 3.17.0
  • classgraph: 4.8.174 -> 4.8.175
  • junit: 5.10.3 -> 5.11.0: Repeatable @..Source annotations for parameterized tests
  • equalsverifier: 3.16.1 -> 3.16.2

tools/ivy.xml:

  • checkstyle: 10.17 -> 10.18: Better support for Java 21
  • pmd: 7.4.0 -> 7.5.0
  • errorprone: 2.30.0 -> 2.31.0: Note: this is the last planned release that supports running on Java 11.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19206 r19208  
    1212        <java.lang.version>11</java.lang.version>
    1313        <maven.compiler.release>${java.lang.version}</maven.compiler.release>
    14         <maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
    15         <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
     14        <maven.compiler.source>${java.lang.version}</maven.compiler.source>
     15        <maven.compiler.target>${java.lang.version}</maven.compiler.target>
    1616        <test.headless>true</test.headless>
    1717        <sonar.host.url>https://josm.openstreetmap.de/sonar/</sonar.host.url>
    1818        <sonar.projectKey>JOSM</sonar.projectKey>
    1919        <jmockit.version>1.49.a</jmockit.version>
    20         <pmd.version>7.4.0</pmd.version>
     20        <pmd.version>7.5.0</pmd.version>
    2121        <jacoco.version>0.8.12</jacoco.version>
    22         <checkstyle.version>10.17.0</checkstyle.version>
     22        <checkstyle.version>10.18.1</checkstyle.version>
    2323        <spotbugs.version>4.8.6</spotbugs.version>
    2424    </properties>
     
    242242                <groupId>org.junit</groupId>
    243243                <artifactId>junit-bom</artifactId>
    244                 <version>5.10.3</version>
     244                <version>5.11.0</version>
    245245                <type>pom</type>
    246246                <scope>import</scope>
     
    249249                <groupId>org.openstreetmap.jmapviewer</groupId>
    250250                <artifactId>jmapviewer</artifactId>
    251                 <version>2.21</version>
     251                <version>2.22</version>
    252252                <scope>provided</scope>
    253253            </dependency>
     
    273273                <groupId>org.apache.commons</groupId>
    274274                <artifactId>commons-compress</artifactId>
    275                 <version>1.27.0</version>
     275                <version>1.27.1</version>
    276276                <scope>provided</scope>
    277277            </dependency>
     
    316316                <groupId>org.webjars.npm</groupId>
    317317                <artifactId>tag2link</artifactId>
    318                 <version>2024.8.12</version>
     318                <version>2024.8.21</version>
    319319                <scope>provided</scope>
    320320            </dependency>
     
    346346                <groupId>io.github.classgraph</groupId>
    347347                <artifactId>classgraph</artifactId>
    348                 <version>4.8.174</version>
     348                <version>4.8.175</version>
    349349                <scope>test</scope>
    350350            </dependency>
     
    358358                <groupId>nl.jqno.equalsverifier</groupId>
    359359                <artifactId>equalsverifier</artifactId>
    360                 <version>3.16.1</version>
     360                <version>3.16.2</version>
    361361                <scope>test</scope>
    362362            </dependency>
     
    364364                <groupId>org.apache.commons</groupId>
    365365                <artifactId>commons-lang3</artifactId>
    366                 <version>3.16.0</version>
     366                <version>3.17.0</version>
    367367                <scope>test</scope>
    368368            </dependency>
Note: See TracChangeset for help on using the changeset viewer.