Skip to content

Commit

Permalink
SIGA-774 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jukutr committed Feb 7, 2024
1 parent 93d841e commit a67eb2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
</parent>

<groupId>ee.openeid.siga</groupId>
Expand Down Expand Up @@ -48,7 +48,8 @@
<ignite.version>2.15.0</ignite.version>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<jaxb-runtime.version>2.3.9</jaxb-runtime.version>
<json.version>20230618</json.version>
<json.version>20231013</json.version>
<wiremock.version>3.3.1</wiremock.version>

<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<cxf-wadl2java-plugin.version>4.0.3</cxf-wadl2java-plugin.version>
Expand Down
8 changes: 4 additions & 4 deletions siga-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down Expand Up @@ -101,10 +101,10 @@
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency><!-- CVE-2022-40152 in versions below 5.4.0 -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.0</version>
</dependency>

<dependency>
Expand All @@ -120,7 +120,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.2.0</version>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion siga-signature-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.2.0</version>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion siga-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.1.9</version>
<version>3.1.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a67eb2c

Please sign in to comment.