Ignore:
Timestamp:
2024-10-28T19:18:41+01:00 (7 months ago)
Author:
taylor.smock
Message:

Dependency updates

Most plugins have been moved to require a minimum version of r19044 (mostly for
Java 11+ build reasons).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/apache-commons/pom.xml

    r36325 r36349  
    3030            <groupId>com.github.luben</groupId>
    3131            <artifactId>zstd-jni</artifactId>
    32             <version>1.5.6-3</version>
     32            <version>1.5.6-6</version>
    3333            <scope>compile</scope>
    3434        </dependency>
     
    5454            <groupId>commons-io</groupId>
    5555            <artifactId>commons-io</artifactId>
    56             <version>2.16.1</version>
     56            <version>2.17.0</version>
    5757            <scope>compile</scope>
    5858        </dependency>
     
    6060            <groupId>commons-logging</groupId>
    6161            <artifactId>commons-logging</artifactId>
    62             <version>1.3.2</version>
     62            <version>1.3.4</version>
    6363            <scope>compile</scope>
    6464        </dependency>
Note: See TracChangeset for help on using the changeset viewer.