Skip to content

Commit 8c2e01d

Browse files
committed
Updated abstract-data
1 parent 9ad13c0 commit 8c2e01d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@
4444
<dependency>
4545
<groupId>org.javawebstack</groupId>
4646
<artifactId>abstract-data</artifactId>
47-
<version>1.0.2</version>
47+
<version>1.0.4</version>
4848
</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+
<!--- ============================================ -->
4956
<dependency>
5057
<groupId>com.sun.mail</groupId>
5158
<artifactId>javax.mail</artifactId>

0 commit comments

Comments
 (0)