We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad13c0 commit 8c2e01dCopy full SHA for 8c2e01d
pom.xml
@@ -44,8 +44,15 @@
44
<dependency>
45
<groupId>org.javawebstack</groupId>
46
<artifactId>abstract-data</artifactId>
47
- <version>1.0.2</version>
+ <version>1.0.4</version>
48
</dependency>
49
+ <!--- Temporary fix for transitive vulnerabilities -->
50
+ <dependency>
51
+ <groupId>org.yaml</groupId>
52
+ <artifactId>snakeyaml</artifactId>
53
+ <version>1.33</version>
54
+ </dependency>
55
+ <!--- ============================================ -->
56
57
<groupId>com.sun.mail</groupId>
58
<artifactId>javax.mail</artifactId>
0 commit comments