File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.javawebstack</groupId >
58
58
<artifactId >abstract-data</artifactId >
59
- <version >1.0.2 </version >
59
+ <version >1.0.4 </version >
60
60
</dependency >
61
+ <!-- - Temporary fix for transitive vulnerabilities -->
62
+ <dependency >
63
+ <groupId >org.yaml</groupId >
64
+ <artifactId >snakeyaml</artifactId >
65
+ <version >1.33</version >
66
+ </dependency >
67
+ <!-- - ============================================ -->
61
68
<dependency >
62
69
<groupId >org.atteo</groupId >
63
70
<artifactId >evo-inflector</artifactId >
71
78
<dependency >
72
79
<groupId >org.junit.jupiter</groupId >
73
80
<artifactId >junit-jupiter-engine</artifactId >
74
- <version >5.8.2 </version >
81
+ <version >5.9.0 </version >
75
82
<scope >test</scope >
76
83
</dependency >
77
84
<dependency >
89
96
<dependency >
90
97
<groupId >mysql</groupId >
91
98
<artifactId >mysql-connector-java</artifactId >
92
- <version >8.0.28 </version >
99
+ <version >8.0.30 </version >
93
100
<scope >test</scope >
94
101
</dependency >
95
102
</dependencies >
You can’t perform that action at this time.
0 commit comments