Skip to content

Commit

Permalink
SIVA-658 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoMattus committed Apr 26, 2024
1 parent 958abf8 commit e238538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
<commons.collections.version>4.4</commons.collections.version>
<commons.io.version>2.16.1</commons.io.version>
<json.version>20240303</json.version>
<logback.version>1.5.5</logback.version>
<logback.version>1.5.6</logback.version>
<lombok.version>1.18.32</lombok.version>
<snakeyaml.version>2.2</snakeyaml.version>
<spring.boot.version>3.2.4</spring.boot.version>
<spring.boot.version>3.2.5</spring.boot.version>

<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand All @@ -146,7 +146,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.22.0</version>
</plugin>
</plugins>
</reporting>
Expand Down
2 changes: 1 addition & 1 deletion siva-parent/siva-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
2 changes: 1 addition & 1 deletion validation-services-parent/validation-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e238538

Please sign in to comment.