File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 248
248
]]>
249
249
</notes >
250
250
<cve >CVE-2016-1000027</cve >
251
- <!-- temporary 2022-12-07 - afeltes - https://nvd.nist.gov/vuln/detail/CVE-2022-1471 -->
252
- <cve >CVE-2022-1471</cve >
253
251
</suppress >
254
252
</suppressions >
Original file line number Diff line number Diff line change 6
6
<groupId >io.github.jokoframework</groupId >
7
7
<artifactId >joko-security</artifactId >
8
8
9
- <version >1.2.15 </version >
9
+ <version >1.2.16 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<properties >
35
35
<ext .prop.dir>src/main/resources</ext .prop.dir>
36
36
<junit .version>4.13.2</junit .version>
37
37
<javase .version>2.6.0</javase .version>
38
+ <snakeyaml .version>2.2</snakeyaml .version>
38
39
</properties >
39
40
40
41
<!-- Dependencias -->
253
254
<dependency >
254
255
<groupId >org.yaml</groupId >
255
256
<artifactId >snakeyaml</artifactId >
256
- <version >1.33 </version >
257
+ <version >${snakeyaml.version} </version >
257
258
</dependency >
258
259
259
260
</dependencies >
You can’t perform that action at this time.
0 commit comments