fix(deps): update all non-major dependencies
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m37s
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m37s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
parent
b00c7fc260
commit
cd97b69aed
1 changed files with 8 additions and 8 deletions
16
pom.xml
16
pom.xml
|
@ -41,19 +41,19 @@
|
|||
<resource.delimiter>@</resource.delimiter>
|
||||
<maven.compiler.release>${java.version}</maven.compiler.release>
|
||||
|
||||
<spring-boot.version>3.4.2</spring-boot.version>
|
||||
<spring-boot.version>3.4.3</spring-boot.version>
|
||||
<spring-cloud.version>2024.0.0</spring-cloud.version>
|
||||
|
||||
<plugin.maven-compiler.version>3.13.0</plugin.maven-compiler.version>
|
||||
<plugin.maven-deploy.version>3.1.3</plugin.maven-deploy.version>
|
||||
<plugin.maven-deploy.version>3.1.4</plugin.maven-deploy.version>
|
||||
<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.21.2</checkstyle.version>
|
||||
<checkstyle.version>10.21.4</checkstyle.version>
|
||||
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
|
||||
<plugin.dependency-check.version>12.0.2</plugin.dependency-check.version>
|
||||
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
|
||||
<spotbugs.version>4.9.0</spotbugs.version>
|
||||
<plugin.dependency-check.version>12.1.0</plugin.dependency-check.version>
|
||||
<plugin.spotbugs.version>4.9.2.0</plugin.spotbugs.version>
|
||||
<spotbugs.version>4.9.2</spotbugs.version>
|
||||
<findsecbugs.version>1.13.0</findsecbugs.version>
|
||||
</properties>
|
||||
<distributionManagement>
|
||||
|
@ -219,7 +219,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<version>3.14.0</version>
|
||||
<configuration>
|
||||
<parameters>true</parameters>
|
||||
</configuration>
|
||||
|
@ -281,7 +281,7 @@
|
|||
<plugin>
|
||||
<groupId>org.graalvm.buildtools</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<version>0.10.4</version>
|
||||
<version>0.10.5</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue