Skip to content

Commit 4b12704

Browse files
committed
Upgraded abstract-data
1 parent 9e989b4 commit 4b12704

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

pom.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,8 @@
5656
<dependency>
5757
<groupId>org.javawebstack</groupId>
5858
<artifactId>abstract-data</artifactId>
59-
<version>1.0.4</version>
59+
<version>1.0.6</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-
<!--- ============================================ -->
6861
<dependency>
6962
<groupId>org.atteo</groupId>
7063
<artifactId>evo-inflector</artifactId>
@@ -78,25 +71,25 @@
7871
<dependency>
7972
<groupId>org.junit.jupiter</groupId>
8073
<artifactId>junit-jupiter-engine</artifactId>
81-
<version>5.9.0</version>
74+
<version>5.10.0</version>
8275
<scope>test</scope>
8376
</dependency>
8477
<dependency>
8578
<groupId>org.apache.commons</groupId>
8679
<artifactId>commons-lang3</artifactId>
87-
<version>3.12.0</version>
80+
<version>3.13.0</version>
8881
<scope>test</scope>
8982
</dependency>
9083
<dependency>
9184
<groupId>org.projectlombok</groupId>
9285
<artifactId>lombok</artifactId>
93-
<version>1.18.24</version>
86+
<version>1.18.28</version>
9487
<scope>test</scope>
9588
</dependency>
9689
<dependency>
9790
<groupId>mysql</groupId>
9891
<artifactId>mysql-connector-java</artifactId>
99-
<version>8.0.30</version>
92+
<version>8.0.33</version>
10093
<scope>test</scope>
10194
</dependency>
10295
</dependencies>

0 commit comments

Comments
 (0)