Skip to content

Commit a67eb2c

Browse files
committed
SIGA-774 Update dependencies
1 parent 93d841e commit a67eb2c

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.2</version>
1010
</parent>
1111

1212
<groupId>ee.openeid.siga</groupId>
@@ -48,7 +48,8 @@
4848
<ignite.version>2.15.0</ignite.version>
4949
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
5050
<jaxb-runtime.version>2.3.9</jaxb-runtime.version>
51-
<json.version>20230618</json.version>
51+
<json.version>20231013</json.version>
52+
<wiremock.version>3.3.1</wiremock.version>
5253

5354
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
5455
<cxf-wadl2java-plugin.version>4.0.3</cxf-wadl2java-plugin.version>

siga-common/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.commons</groupId>
5858
<artifactId>commons-text</artifactId>
59-
<version>1.10.0</version>
59+
<version>1.11.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.glassfish.jaxb</groupId>
@@ -101,10 +101,10 @@
101101
<artifactId>bcprov-jdk15on</artifactId>
102102
<version>${bouncycastle.version}</version>
103103
</dependency>
104-
<dependency><!-- CVE-2022-40152 in versions below 5.4.0 -->
104+
<dependency>
105105
<groupId>com.fasterxml.woodstox</groupId>
106106
<artifactId>woodstox-core</artifactId>
107-
<version>6.5.1</version>
107+
<version>6.6.0</version>
108108
</dependency>
109109

110110
<dependency>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.wiremock</groupId>
122122
<artifactId>wiremock-standalone</artifactId>
123-
<version>3.2.0</version>
123+
<version>${wiremock.version}</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>

siga-signature-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.wiremock</groupId>
6666
<artifactId>wiremock-standalone</artifactId>
67-
<version>3.2.0</version>
67+
<version>${wiremock.version}</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

siga-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.codehaus.janino</groupId>
7272
<artifactId>janino</artifactId>
73-
<version>3.1.9</version>
73+
<version>3.1.11</version>
7474
<scope>runtime</scope>
7575
</dependency>
7676
<dependency>

0 commit comments

Comments
 (0)