File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.2.0 </version >
9
+ <version >3.2.2 </version >
10
10
</parent >
11
11
12
12
<groupId >ee.openeid.siga</groupId >
48
48
<ignite .version>2.15.0</ignite .version>
49
49
<jakarta .ws.rs-api.version>3.1.0</jakarta .ws.rs-api.version>
50
50
<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>
52
53
53
54
<build-helper-maven-plugin .version>3.4.0</build-helper-maven-plugin .version>
54
55
<cxf-wadl2java-plugin .version>4.0.3</cxf-wadl2java-plugin .version>
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.apache.commons</groupId >
58
58
<artifactId >commons-text</artifactId >
59
- <version >1.10 .0</version >
59
+ <version >1.11 .0</version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.glassfish.jaxb</groupId >
101
101
<artifactId >bcprov-jdk15on</artifactId >
102
102
<version >${bouncycastle.version} </version >
103
103
</dependency >
104
- <dependency ><!-- CVE-2022-40152 in versions below 5.4.0 -->
104
+ <dependency >
105
105
<groupId >com.fasterxml.woodstox</groupId >
106
106
<artifactId >woodstox-core</artifactId >
107
- <version >6.5.1 </version >
107
+ <version >6.6.0 </version >
108
108
</dependency >
109
109
110
110
<dependency >
120
120
<dependency >
121
121
<groupId >org.wiremock</groupId >
122
122
<artifactId >wiremock-standalone</artifactId >
123
- <version >3.2.0 </version >
123
+ <version >${wiremock.version} </version >
124
124
<scope >test</scope >
125
125
</dependency >
126
126
<dependency >
Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >org.wiremock</groupId >
66
66
<artifactId >wiremock-standalone</artifactId >
67
- <version >3.2.0 </version >
67
+ <version >${wiremock.version} </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >org.codehaus.janino</groupId >
72
72
<artifactId >janino</artifactId >
73
- <version >3.1.9 </version >
73
+ <version >3.1.11 </version >
74
74
<scope >runtime</scope >
75
75
</dependency >
76
76
<dependency >
You can’t perform that action at this time.
0 commit comments