Ignore:
Timestamp:
2024-10-28T19:18:41+01:00 (16 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/trustosm/pom.xml

    r36325 r36349  
    1616    <properties>
    1717        <plugin.src.dir>src</plugin.src.dir>
    18         <plugin.main.version>18494</plugin.main.version>
     18        <plugin.main.version>19044</plugin.main.version>
    1919        <plugin.author>Christoph Wagner</plugin.author>
    2020        <plugin.class>org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin</plugin.class>
     
    2727        <dependency>
    2828            <groupId>org.bouncycastle</groupId>
    29             <artifactId>bcpg-jdk15on</artifactId>
    30             <version>1.51</version>
     29            <artifactId>bcpg-jdk18on</artifactId>
     30            <version>1.78.1</version>
    3131        </dependency>
    3232        <dependency>
Note: See TracChangeset for help on using the changeset viewer.