Skip to content

Commit 9d4a406

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
1 parent b6188ce commit 9d4a406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>commons-io</groupId>
112112
<artifactId>commons-io</artifactId>
113-
<version>2.4</version>
113+
<version>2.14.0</version>
114114
</dependency>
115115
<!-- Charset guesser -->
116116
<dependency>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.zeroturnaround</groupId>
152152
<artifactId>zt-exec</artifactId>
153-
<version>1.10</version>
153+
<version>1.11</version>
154154
</dependency>
155155
<!-- Cache Layer -->
156156
<dependency>

0 commit comments

Comments
 (0)