Versions of libraries in properties section were updated to the newest

This commit is contained in:
Robert Vokac 2023-05-24 19:34:23 +02:00
parent 3d7086bd93
commit 486559e5de
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

34
pom.xml
View File

@ -33,29 +33,31 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle-maven-plugin.version>3.2.0</checkstyle-maven-plugin.version>
<checkstyle-maven-plugin.version>3.2.2</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.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<maven-assembly-plugin.version>3.4.2</maven-assembly-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-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>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<lombok.version>1.18.24</lombok.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<junit5.vintage.version>5.9.1</junit5.vintage.version>
<maven-source-plugin>3.2.1</maven-source-plugin>
<maven-gpg-plugin>3.1.0</maven-gpg-plugin>
<lombok.version>1.18.26</lombok.version>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<junit5.vintage.version>5.9.3</junit5.vintage.version>
<junit4.version>4.13.2</junit4.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<mockito-core.version>3.12.4</mockito-core.version>
<sqlite-jdbc.version>3.39.3.0</sqlite-jdbc.version>
<log4j.version>2.19.0</log4j.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<sqlite-jdbc.version>3.42.0.0</sqlite-jdbc.version>
<log4j.version>2.20.0</log4j.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<flyway-core.version>8.5.13</flyway-core.version>
<mockito-inline.version>4.8.1</mockito-inline.version>
<mockito-inline.version>4.11.0</mockito-inline.version>
</properties>
<reporting>
@ -132,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>${maven-source-plugin}</version>
<executions>
<execution>
<id>attach-sources</id>
@ -145,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>${maven-javadoc-plugin.version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -158,7 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>${maven-gpg-plugin}</version>
<executions>
<execution>
<id>sign-artifacts</id>