Skip to content

Commit a0a1548

Browse files
author
j.bebendorf
committed
Upgraded abstract-data
1 parent 309e612 commit a0a1548

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

+10-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,15 @@
5656
<dependency>
5757
<groupId>org.javawebstack</groupId>
5858
<artifactId>abstract-data</artifactId>
59-
<version>1.0.2</version>
59+
<version>1.0.4</version>
6060
</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+
<!--- ============================================ -->
6168
<dependency>
6269
<groupId>org.atteo</groupId>
6370
<artifactId>evo-inflector</artifactId>
@@ -71,7 +78,7 @@
7178
<dependency>
7279
<groupId>org.junit.jupiter</groupId>
7380
<artifactId>junit-jupiter-engine</artifactId>
74-
<version>5.8.2</version>
81+
<version>5.9.0</version>
7582
<scope>test</scope>
7683
</dependency>
7784
<dependency>
@@ -89,7 +96,7 @@
8996
<dependency>
9097
<groupId>mysql</groupId>
9198
<artifactId>mysql-connector-java</artifactId>
92-
<version>8.0.28</version>
99+
<version>8.0.30</version>
93100
<scope>test</scope>
94101
</dependency>
95102
</dependencies>

0 commit comments

Comments
 (0)