Skip to content

Commit 9e0a9ee

Browse files
committed
Fix vulnerabilità #441
1 parent 0b13681 commit 9e0a9ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fj-doc-mod-opencsv/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
<dependency>
7272
<groupId>com.opencsv</groupId>
7373
<artifactId>opencsv</artifactId>
74+
<exclusions>
75+
<exclusion>
76+
<groupId>org.junit.vintage</groupId>
77+
<artifactId>junit-vintage-engine</artifactId>
78+
</exclusion>
79+
</exclusions>
7480
</dependency>
7581

7682
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.fugerit.java</groupId>
77
<artifactId>fj-bom</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)