Fixed versions of some Maven dependencies
This commit is contained in:
parent
eaa6e9e7a3
commit
f1eb5ea6ea
4
pom.xml
4
pom.xml
@ -33,14 +33,14 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<checkstyle-maven-plugin.version>3.2.2</checkstyle-maven-plugin.version>
|
<checkstyle-maven-plugin.version>3.3.0</checkstyle-maven-plugin.version>
|
||||||
<checkstyle-config-location-path>nanoboot_checks.xml</checkstyle-config-location-path>
|
<checkstyle-config-location-path>nanoboot_checks.xml</checkstyle-config-location-path>
|
||||||
<checkstyle-config-location>${checkstyle-config-location-path}</checkstyle-config-location>
|
<checkstyle-config-location>${checkstyle-config-location-path}</checkstyle-config-location>
|
||||||
<javase.version>19</javase.version>
|
<javase.version>19</javase.version>
|
||||||
<nanoboot-checks.version>0.1.0-SNAPSHOT</nanoboot-checks.version>
|
<nanoboot-checks.version>0.1.0-SNAPSHOT</nanoboot-checks.version>
|
||||||
<!-- space -->
|
<!-- space -->
|
||||||
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
||||||
<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
||||||
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
|
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
|
||||||
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
|
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
|
||||||
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
||||||
|
Reference in New Issue
Block a user