Skip to content

Commit

Permalink
SIVA-344 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarendus committed May 19, 2022
1 parent 3c65e96 commit 43eeb51
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 24 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
<commons.codec.version>1.15</commons.codec.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.io.version>2.11.0</commons.io.version>
<jackson.version>2.13.2</jackson.version>
<jackson.version>2.13.3</jackson.version>
<json.version>20220320</json.version>
<logback.version>1.2.11</logback.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.24</lombok.version>
<snakeyaml.version>1.30</snakeyaml.version>
<spring.boot.version>2.6.6</spring.boot.version>
<xmlsec.version>2.1.7</xmlsec.version>
<spring.boot.version>2.6.7</spring.boot.version>
<xmlsec.version>2.1.8</xmlsec.version>

<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand All @@ -131,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -146,7 +146,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
</plugin>
</plugins>
</reporting>
Expand All @@ -156,7 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
<configuration>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<source>${language.level}</source>
Expand Down Expand Up @@ -225,7 +225,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.2.2</version>
<version>7.1.0</version>
<configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<failOnError>false</failOnError>
Expand Down
2 changes: 1 addition & 1 deletion siva-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<cxf.version>3.5.0</cxf.version>
<cxf.version>3.5.2</cxf.version>
</properties>

<dependencyManagement>
Expand Down
10 changes: 5 additions & 5 deletions siva-parent/siva-sample-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
<dependency>
<groupId>eu.michael-simons</groupId>
<artifactId>wro4j-spring-boot-starter</artifactId>
<version>0.10.1</version>
<version>0.10.4</version>
</dependency>

<!-- Caching in memory file store -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</dependency>

<!-- Apache commons -->
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.14</version>
<version>1.15</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.56.0</version>
<version>2.61.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions siva-parent/siva-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</dependency>

<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>logback-ecs-encoder</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>
</dependency>

<dependency>
Expand Down
5 changes: 2 additions & 3 deletions validation-services-parent/generic-validation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
</exclusion>
</exclusions>
</dependency>
<!-- TODO: this overrides vulnerable pdfbox version in DSS; remove this after pdfbox version in DSS has been updated above 2.0.22! -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.24</version>
<version>2.0.26</version>
</dependency>
<dependency>
<groupId>org.digidoc4j.dss</groupId>
Expand All @@ -76,7 +75,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>

<!-- Spring Boot -->
Expand Down
2 changes: 1 addition & 1 deletion validation-services-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.24</version>
<version>2.0.26</version>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down
6 changes: 3 additions & 3 deletions validation-services-parent/xroad-validation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.14</version>
<version>1.15</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>logback-ecs-encoder</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>
</dependency>
<!-- Testing -->
<dependency>
Expand Down Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>repack</id>
Expand Down

0 comments on commit 43eeb51

Please sign in to comment.