fix(deps): update all non-major dependencies
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
parent
504d6527c6
commit
fcb1b926d3
1 changed files with 8 additions and 8 deletions
16
pom.xml
16
pom.xml
|
@ -49,7 +49,7 @@
|
|||
<cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version>
|
||||
<plugin.sonar.version>5.0.0.4389</plugin.sonar.version>
|
||||
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>
|
||||
<checkstyle.version>10.17.0</checkstyle.version>
|
||||
<checkstyle.version>10.21.1</checkstyle.version>
|
||||
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
|
||||
<plugin.dependency-check.version>11.1.1</plugin.dependency-check.version>
|
||||
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.loki4j</groupId>
|
||||
<artifactId>loki-logback-appender</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.6.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -219,7 +219,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<parameters>true</parameters>
|
||||
</configuration>
|
||||
|
@ -227,7 +227,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<version>3.5.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -243,7 +243,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<version>3.4.2</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
|
@ -256,7 +256,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>3.3.2</version>
|
||||
<version>3.4.0</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
|
@ -281,13 +281,13 @@
|
|||
<plugin>
|
||||
<groupId>org.graalvm.buildtools</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<version>0.9.22</version>
|
||||
<version>0.10.4</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>io.github.git-commit-id</groupId>
|
||||
<artifactId>git-commit-id-maven-plugin</artifactId>
|
||||
<version>9.0.0</version>
|
||||
<version>9.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
Loading…
Add table
Reference in a new issue