devgateway / jocds

jOCDS - The Java Open Contracting Data Standard Validator
MIT License
0 stars 1 forks source link

Library upgrades, spring boot 2.1.0, fixed surefire plugin test to work with spring boot 2.x #42

Closed mpostelnicu closed 6 years ago

mpostelnicu commented 6 years ago

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925

        <spring.boot.version>2.1.0.RELEASE</spring.boot.version>
        <maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version>
        <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
        <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
        <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version>
        <maven.surefire.plugin.version>2.22.1</maven.surefire.plugin.version>