Fixed versions of some Maven dependencies

This commit is contained in:
Robert Vokac 2023-07-01 11:43:10 +02:00
parent eaa6e9e7a3
commit f1eb5ea6ea
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -33,14 +33,14 @@
<properties>
<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>${checkstyle-config-location-path}</checkstyle-config-location>
<javase.version>19</javase.version>
<nanoboot-checks.version>0.1.0-SNAPSHOT</nanoboot-checks.version>
<!-- space -->
<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-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>