|
@@ -117,7 +117,7 @@
|
|
|
<plugin>
|
|
|
<groupId>pl.project13.maven</groupId>
|
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|
|
- <version>4.0.5</version>
|
|
|
+ <version>4.9.10</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>get-the-git-infos</id>
|
|
@@ -212,7 +212,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
- <version>3.0.0-M3</version>
|
|
|
+ <version>3.0.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>enforce-maven</id>
|
|
@@ -252,7 +252,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>8.44</version>
|
|
|
+ <version>8.45.1</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -359,7 +359,7 @@
|
|
|
<plugin>
|
|
|
<groupId>net.nicoulaj.maven.plugins</groupId>
|
|
|
<artifactId>checksum-maven-plugin</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
+ <version>1.11</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>output-checksums</id>
|
|
@@ -478,13 +478,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-core</artifactId>
|
|
|
- <version>1.32</version>
|
|
|
+ <version>1.33</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
|
- <version>1.32</version>
|
|
|
+ <version>1.33</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|