Skip to content

Commit

Permalink
SIVA-648 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoMattus committed Apr 16, 2024
1 parent 1ee8f41 commit 1940f88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
<dss.version>6.0.d4j.1</dss.version>
<commons.codec.version>1.16.1</commons.codec.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.io.version>2.16.0</commons.io.version>
<commons.io.version>2.16.1</commons.io.version>
<json.version>20240303</json.version>
<logback.version>1.5.3</logback.version>
<logback.version>1.5.5</logback.version>
<lombok.version>1.18.32</lombok.version>
<snakeyaml.version>2.2</snakeyaml.version>
<spring.boot.version>3.2.4</spring.boot.version>
Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.2.1</version>
<version>9.1.0</version>
<configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<failOnError>false</failOnError>
Expand All @@ -255,7 +255,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.12</version>
<executions>
<execution>
<id>prepare-agent</id>
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.3.0</version>
<version>3.4.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
4 changes: 2 additions & 2 deletions validation-services-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<!-- Override vulnerable version-->
<dependency>
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 @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 1940f88

Please sign in to comment.