Skip to content

Commit 2fb5ff6

Browse files
authored
Merge pull request #72 from FortnoxAB/bugfix/override-commons-io
Fixes CVE-2024-47554
2 parents 3352417 + cf070ae commit 2fb5ff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
<artifactId>versions-common</artifactId>
113113
<version>2.18.0</version>
114114
</dependency>
115+
<dependency>
116+
<groupId>commons-io</groupId>
117+
<artifactId>commons-io</artifactId>
118+
<version>2.18.0</version>
119+
</dependency>
115120
<dependency>
116121
<groupId>com.vladsch.flexmark</groupId>
117122
<artifactId>flexmark-all</artifactId>

0 commit comments

Comments
 (0)