Changeset 19208 in josm for trunk/pom.xml


Ignore:
Timestamp:
2024-09-05T18:15:17+02:00 (10 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/pom.xml

    r19206 r19208  
    460460          </excludes>
    461461          <skipAfterFailureCount>1</skipAfterFailureCount>
     462          <useModulePath>false</useModulePath> <!-- testing with modules seems to be problematic right now -->
    462463          <!-- We might need @{argLine} in the future if another plugin has issues -->
    463464          <argLine>
Note: See TracChangeset for help on using the changeset viewer.